JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
juce::AudioProcessorGraph::NodeAndChannel Class Reference

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

#include <juce_AudioProcessorGraph.h>

Collaboration diagram for juce::AudioProcessorGraph::NodeAndChannel:

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

int channelIndex
 
NodeID nodeID
 

Private Member Functions

constexpr auto tie () const
 

Detailed Description

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

Member Function Documentation

◆ isMIDI()

constexpr bool juce::AudioProcessorGraph::NodeAndChannel::isMIDI ( ) const
inlineconstexprnoexcept

◆ operator!=()

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

◆ operator<()

constexpr bool juce::AudioProcessorGraph::NodeAndChannel::operator< ( const NodeAndChannel other) const
inlineconstexprnoexcept

◆ operator==()

constexpr bool juce::AudioProcessorGraph::NodeAndChannel::operator== ( const NodeAndChannel other) const
inlineconstexprnoexcept

◆ tie()

constexpr auto juce::AudioProcessorGraph::NodeAndChannel::tie ( ) const
inlineconstexprprivate

Member Data Documentation

◆ channelIndex

int juce::AudioProcessorGraph::NodeAndChannel::channelIndex

◆ nodeID

NodeID juce::AudioProcessorGraph::NodeAndChannel::nodeID

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