Represents an input or output channel of a node in an AudioProcessorGraph.
More...
#include <juce_AudioProcessorGraph.h>
|
| constexpr auto | tie () const |
| |
Represents an input or output channel of a node in an AudioProcessorGraph.
◆ 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 |
◆ channelIndex
| int juce::AudioProcessorGraph::NodeAndChannel::channelIndex |
◆ nodeID
| NodeID juce::AudioProcessorGraph::NodeAndChannel::nodeID |
The documentation for this class was generated from the following file: