JUCE
Public Member Functions | Public Attributes | List of all members
juce::AudioProcessorGraph::NodeAndChannel Struct Reference

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
 

Public Attributes

NodeID nodeID
 
int channelIndex
 

Detailed Description

Represents an input or output channel of a node in an AudioProcessorGraph.

Member Function Documentation

◆ isMIDI()

bool juce::AudioProcessorGraph::NodeAndChannel::isMIDI ( ) const
noexcept

◆ operator==()

bool juce::AudioProcessorGraph::NodeAndChannel::operator== ( const NodeAndChannel other) const
noexcept

◆ operator!=()

bool juce::AudioProcessorGraph::NodeAndChannel::operator!= ( const NodeAndChannel other) const
noexcept

References juce::operator==().

Member Data Documentation

◆ nodeID

NodeID juce::AudioProcessorGraph::NodeAndChannel::nodeID

◆ channelIndex

int juce::AudioProcessorGraph::NodeAndChannel::channelIndex

The documentation for this struct was generated from the following file: