|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Represents a connection between two channels of two nodes in an AudioProcessorGraph. More...
#include "juce_AudioProcessorGraph.h"
Public Member Functions | |
| 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 |
| The channel and node which is the input source for this connection. | |
| NodeAndChannel | destination |
| 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().
Definition at line 183 of file juce_AudioProcessorGraph.h.
|
noexcept |
Definition at line 1671 of file juce_AudioProcessorGraph.cpp.
|
noexcept |
Definition at line 1681 of file juce_AudioProcessorGraph.cpp.
|
noexcept |
Definition at line 1686 of file juce_AudioProcessorGraph.cpp.
|
noexcept |
Definition at line 1676 of file juce_AudioProcessorGraph.cpp.
| NodeAndChannel juce::AudioProcessorGraph::Connection::destination |
The channel and node which is the input source for this connection.
Definition at line 201 of file juce_AudioProcessorGraph.h.
| NodeAndChannel juce::AudioProcessorGraph::Connection::source |
The channel and node which is the input source for this connection.
Definition at line 198 of file juce_AudioProcessorGraph.h.