|
LMMS
|
#include <juce_AudioProcessorGraph.h>
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 } |
| NodeAndChannel | destination { {}, 0 } |
Represents a connection between two channels of two nodes in an AudioProcessorGraph.
To create a connection, use AudioProcessorGraph::addConnection().
|
default |
|
noexcept |
|
default |
|
noexcept |
|
noexcept |
|
default |
|
noexcept |
| NodeAndChannel juce::AudioProcessorGraph::Connection::destination { {}, 0 } |
The channel and node which is the input source for this connection.
| NodeAndChannel juce::AudioProcessorGraph::Connection::source { {}, 0 } |
The channel and node which is the input source for this connection.