Represents a connection between two channels of two nodes in an AudioProcessorGraph.
More...
#include <juce_AudioProcessorGraph.h>
Represents a connection between two channels of two nodes in an AudioProcessorGraph.
To create a connection, use AudioProcessorGraph::addConnection().
◆ Connection() [1/3]
juce::AudioProcessorGraph::Connection::Connection |
( |
| ) |
|
|
default |
◆ Connection() [2/3]
◆ Connection() [3/3]
juce::AudioProcessorGraph::Connection::Connection |
( |
const Connection & |
| ) |
|
|
default |
◆ operator!=()
bool juce::AudioProcessorGraph::Connection::operator!= |
( |
const Connection & |
| ) |
const |
|
noexcept |
◆ operator<()
bool juce::AudioProcessorGraph::Connection::operator< |
( |
const Connection & |
| ) |
const |
|
noexcept |
◆ operator=()
◆ operator==()
bool juce::AudioProcessorGraph::Connection::operator== |
( |
const Connection & |
| ) |
const |
|
noexcept |
◆ destination
NodeAndChannel juce::AudioProcessorGraph::Connection::destination { {}, 0 } |
The channel and node which is the input source for this connection.
◆ source
NodeAndChannel juce::AudioProcessorGraph::Connection::source { {}, 0 } |
The channel and node which is the input source for this connection.
The documentation for this struct was generated from the following file: