JUCE
|
Represents an input or output channel of a node in an AudioProcessorGraph. More...
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.
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
NodeID AudioProcessorGraph::NodeAndChannel::nodeID |
int AudioProcessorGraph::NodeAndChannel::channelIndex |