JUCE
|
Represents a connection between two channels of two nodes in an AudioProcessorGraph. More...
Public Member Functions | |
Connection ()=default | |
Connection (NodeAndChannel source, NodeAndChannel destination) noexcept | |
Connection (const Connection &)=default | |
Connection & | operator= (const Connection &)=default |
bool | operator== (const Connection &) const noexcept |
bool | operator!= (const Connection &) const noexcept |
bool | operator< (const Connection &) 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().
|
default |
|
noexcept |
|
default |
|
default |
|
noexcept |
|
noexcept |
|
noexcept |
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.