|
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 an input or output channel of a node in an AudioProcessorGraph. More...
#include "juce_AudioProcessorGraph.h"
Public Member Functions | |
| bool | isMIDI () const noexcept |
| bool | operator== (const NodeAndChannel &other) const noexcept |
| bool | operator!= (const NodeAndChannel &other) const noexcept |
| bool | operator< (const NodeAndChannel &other) const noexcept |
Public Attributes | |
| NodeID | nodeID |
| int | channelIndex |
Represents an input or output channel of a node in an AudioProcessorGraph.
Definition at line 83 of file juce_AudioProcessorGraph.h.
|
noexcept |
Definition at line 91 of file juce_AudioProcessorGraph.h.
|
noexcept |
Definition at line 94 of file juce_AudioProcessorGraph.h.
|
noexcept |
Definition at line 95 of file juce_AudioProcessorGraph.h.
|
noexcept |
Definition at line 93 of file juce_AudioProcessorGraph.h.
| int juce::AudioProcessorGraph::NodeAndChannel::channelIndex |
Definition at line 89 of file juce_AudioProcessorGraph.h.
| NodeID juce::AudioProcessorGraph::NodeAndChannel::nodeID |
Definition at line 88 of file juce_AudioProcessorGraph.h.