|
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 |
Public Types | |
| using | Node = AudioProcessorGraph::Node |
| using | NodeID = AudioProcessorGraph::NodeID |
| using | NodeAndChannel = AudioProcessorGraph::NodeAndChannel |
Public Member Functions | |
| ImplicitNode (NodeID x) | |
| ImplicitNode (NodeAndChannel x) | |
| ImplicitNode (const Node *x) | |
| ImplicitNode (const std::pair< const NodeAndChannel, std::set< NodeAndChannel > > &x) | |
Static Public Member Functions | |
| static bool | compare (ImplicitNode a, ImplicitNode b) |
Definition at line 51 of file juce_AudioProcessorGraph.cpp.
Definition at line 54 of file juce_AudioProcessorGraph.cpp.
Definition at line 56 of file juce_AudioProcessorGraph.cpp.
Definition at line 55 of file juce_AudioProcessorGraph.cpp.
| juce::ImplicitNode::ImplicitNode | ( | NodeID | x | ) |
Definition at line 58 of file juce_AudioProcessorGraph.cpp.
| juce::ImplicitNode::ImplicitNode | ( | NodeAndChannel | x | ) |
Definition at line 59 of file juce_AudioProcessorGraph.cpp.
Definition at line 60 of file juce_AudioProcessorGraph.cpp.
| juce::ImplicitNode::ImplicitNode | ( | const std::pair< const NodeAndChannel, std::set< NodeAndChannel > > & | x | ) |
Definition at line 61 of file juce_AudioProcessorGraph.cpp.
|
static |
Definition at line 64 of file juce_AudioProcessorGraph.cpp.