|
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 |
Classes | |
| class | DestinationsForSources |
Public Member Functions | |
| bool | addConnection (const Nodes &n, const Connection &c) |
| bool | removeConnection (const Connection &c) |
| bool | removeIllegalConnections (const Nodes &n) |
| bool | disconnectNode (NodeID n) |
| bool | canConnect (const Nodes &n, Connection c) const |
| bool | isConnected (Connection c) const |
| bool | isConnected (NodeID srcID, NodeID destID) const |
| std::set< NodeID > | getSourceNodesForDestination (NodeID destID) const |
| std::set< NodeAndChannel > | getSourcesForDestination (const NodeAndChannel &p) const |
| std::vector< Connection > | getConnections () const |
| bool | isAnInputTo (NodeID source, NodeID dest) const |
| bool | operator== (const Connections &other) const |
| bool | operator!= (const Connections &other) const |
| auto | getDestinationsForSources () const |
Static Public Member Functions | |
| static bool | isConnectionLegal (const Nodes &n, Connection c) |
Static Public Attributes | |
| static constexpr auto | midiChannelIndex |
Definition at line 134 of file juce_AudioProcessorGraph.cpp.
Definition at line 139 of file juce_AudioProcessorGraph.cpp.
Definition at line 137 of file juce_AudioProcessorGraph.cpp.
Definition at line 140 of file juce_AudioProcessorGraph.cpp.
Definition at line 138 of file juce_AudioProcessorGraph.cpp.
| bool juce::Connections::addConnection | ( | const Nodes & | n, |
| const Connection & | c | ||
| ) |
Definition at line 153 of file juce_AudioProcessorGraph.cpp.
| bool juce::Connections::canConnect | ( | const Nodes & | n, |
| Connection | c | ||
| ) | const |
Definition at line 224 of file juce_AudioProcessorGraph.cpp.
Definition at line 183 of file juce_AudioProcessorGraph.cpp.
| std::vector< Connection > juce::Connections::getConnections | ( | ) | const |
Definition at line 267 of file juce_AudioProcessorGraph.cpp.
| auto juce::Connections::getDestinationsForSources | ( | ) | const |
Definition at line 314 of file juce_AudioProcessorGraph.cpp.
Definition at line 248 of file juce_AudioProcessorGraph.cpp.
| std::set< NodeAndChannel > juce::Connections::getSourcesForDestination | ( | const NodeAndChannel & | p | ) | const |
Definition at line 261 of file juce_AudioProcessorGraph.cpp.
Definition at line 280 of file juce_AudioProcessorGraph.cpp.
| bool juce::Connections::isConnected | ( | Connection | c | ) | const |
Definition at line 229 of file juce_AudioProcessorGraph.cpp.
Definition at line 237 of file juce_AudioProcessorGraph.cpp.
|
static |
Definition at line 199 of file juce_AudioProcessorGraph.cpp.
| bool juce::Connections::operator!= | ( | const Connections & | other | ) | const |
Definition at line 286 of file juce_AudioProcessorGraph.cpp.
| bool juce::Connections::operator== | ( | const Connections & | other | ) | const |
Definition at line 285 of file juce_AudioProcessorGraph.cpp.
| bool juce::Connections::removeConnection | ( | const Connection & | c | ) |
Definition at line 163 of file juce_AudioProcessorGraph.cpp.
Definition at line 169 of file juce_AudioProcessorGraph.cpp.
Definition at line 151 of file juce_AudioProcessorGraph.cpp.