|
JUCE
|
Represents a connection between two channels of two nodes in an AudioProcessorGraph. More...
Public Member Functions | |
| constexpr | Connection ()=default |
| constexpr | Connection (NodeAndChannel sourceIn, NodeAndChannel destinationIn) noexcept |
| constexpr | Connection (const Connection &)=default |
| constexpr Connection & | operator= (const Connection &)=default |
| constexpr bool | operator== (const Connection &other) const noexcept |
| constexpr bool | operator!= (const Connection &other) const noexcept |
| constexpr bool | operator< (const Connection &other) const noexcept |
Public Attributes | |
| NodeAndChannel | source { {}, 0 } |
| The channel and node which is the input source for this connection. | |
| NodeAndChannel | destination { {}, 0 } |
| The channel and node which is the input source for this connection. | |
Represents a connection between two channels of two nodes in an AudioProcessorGraph.
To create a connection, use AudioProcessorGraph::addConnection().
|
constexprdefault |
|
constexprnoexcept |
|
constexprdefault |
|
constexprdefault |
|
constexprnoexcept |
|
constexprnoexcept |
References operator==().
|
constexprnoexcept |
References x.
| NodeAndChannel AudioProcessorGraph::Connection::source { {}, 0 } |
The channel and node which is the input source for this connection.
| NodeAndChannel AudioProcessorGraph::Connection::destination { {}, 0 } |
The channel and node which is the input source for this connection.