|
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 |
Each node in the graph has a UID of this type. More...
#include "juce_AudioProcessorGraph.h"
Public Member Functions | |
| NodeID (uint32 i) | |
| bool | operator== (const NodeID &other) const noexcept |
| bool | operator!= (const NodeID &other) const noexcept |
| bool | operator< (const NodeID &other) const noexcept |
Public Attributes | |
| uint32 | uid |
Each node in the graph has a UID of this type.
Definition at line 59 of file juce_AudioProcessorGraph.h.
| juce::AudioProcessorGraph::NodeID::NodeID | ( | ) |
Definition at line 61 of file juce_AudioProcessorGraph.h.
|
explicit |
Definition at line 62 of file juce_AudioProcessorGraph.h.
Definition at line 67 of file juce_AudioProcessorGraph.h.
Definition at line 68 of file juce_AudioProcessorGraph.h.
Definition at line 66 of file juce_AudioProcessorGraph.h.
| uint32 juce::AudioProcessorGraph::NodeID::uid |
Definition at line 64 of file juce_AudioProcessorGraph.h.