|
JUCE
|
Represents an input or output channel of a node in an AudioProcessorGraph. More...
Public Member Functions | |
| constexpr bool | isMIDI () const noexcept |
| constexpr bool | operator== (const NodeAndChannel &other) const noexcept |
| constexpr bool | operator!= (const NodeAndChannel &other) const noexcept |
| constexpr 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.
|
constexprnoexcept |
|
constexprnoexcept |
|
constexprnoexcept |
| NodeID AudioProcessorGraph::NodeAndChannel::nodeID |
| int AudioProcessorGraph::NodeAndChannel::channelIndex |