JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::AudioProcessorGraph::NodeAndChannel Struct 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

bool isMIDI () const noexcept
 
bool operator!= (const NodeAndChannel &other) const noexcept
 
bool operator== (const NodeAndChannel &other) const noexcept
 

Public Attributes

int channelIndex
 
NodeID nodeID
 

Detailed Description

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

Member Function Documentation

◆ isMIDI()

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

◆ operator!=()

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

References juce::operator==().

◆ operator==()

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

Member Data Documentation

◆ channelIndex

int juce::AudioProcessorGraph::NodeAndChannel::channelIndex

◆ nodeID

NodeID juce::AudioProcessorGraph::NodeAndChannel::nodeID

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