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]
| constexpr juce::AudioProcessorGraph::Connection::Connection |
( |
| ) |
|
|
constexprdefault |
◆ Connection() [2/3]
◆ Connection() [3/3]
| constexpr juce::AudioProcessorGraph::Connection::Connection |
( |
const Connection & |
| ) |
|
|
constexprdefault |
◆ operator!=()
| constexpr bool juce::AudioProcessorGraph::Connection::operator!= |
( |
const Connection & |
other | ) |
const |
|
inlineconstexprnoexcept |
◆ operator<()
| constexpr bool juce::AudioProcessorGraph::Connection::operator< |
( |
const Connection & |
other | ) |
const |
|
inlineconstexprnoexcept |
◆ operator=()
◆ operator==()
| constexpr bool juce::AudioProcessorGraph::Connection::operator== |
( |
const Connection & |
other | ) |
const |
|
inlineconstexprnoexcept |
◆ 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: