JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
juce::AudioProcessorGraph::NodeAndChannel Class Reference

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

#include "juce_AudioProcessorGraph.h"

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
 

Detailed Description

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

Definition at line 83 of file juce_AudioProcessorGraph.h.

Member Function Documentation

◆ isMIDI()

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

Definition at line 91 of file juce_AudioProcessorGraph.h.

◆ operator!=()

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

Definition at line 94 of file juce_AudioProcessorGraph.h.

◆ operator<()

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

Definition at line 95 of file juce_AudioProcessorGraph.h.

◆ operator==()

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

Definition at line 93 of file juce_AudioProcessorGraph.h.

Member Data Documentation

◆ channelIndex

int juce::AudioProcessorGraph::NodeAndChannel::channelIndex

Definition at line 89 of file juce_AudioProcessorGraph.h.

◆ nodeID

NodeID juce::AudioProcessorGraph::NodeAndChannel::nodeID

Definition at line 88 of file juce_AudioProcessorGraph.h.


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