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::Connection Struct Reference

Represents a connection between two channels of two nodes in an AudioProcessorGraph. More...

#include "juce_AudioProcessorGraph.h"

Public Member Functions

 Connection (NodeAndChannel source, NodeAndChannel destination) noexcept
 
 Connection (const Connection &)=default
 
Connectionoperator= (const Connection &)=default
 
bool operator== (const Connection &) const noexcept
 
bool operator!= (const Connection &) const noexcept
 
bool operator< (const Connection &) const noexcept
 

Public Attributes

NodeAndChannel source
 The channel and node which is the input source for this connection.
 
NodeAndChannel destination
 The channel and node which is the input source for this connection.
 

Detailed Description

Represents a connection between two channels of two nodes in an AudioProcessorGraph.

To create a connection, use AudioProcessorGraph::addConnection().

Definition at line 183 of file juce_AudioProcessorGraph.h.

Constructor & Destructor Documentation

◆ Connection()

juce::AudioProcessorGraph::Connection::Connection ( NodeAndChannel  source,
NodeAndChannel  destination 
)
noexcept

Definition at line 1671 of file juce_AudioProcessorGraph.cpp.

Member Function Documentation

◆ operator!=()

bool juce::AudioProcessorGraph::Connection::operator!= ( const Connection c) const
noexcept

Definition at line 1681 of file juce_AudioProcessorGraph.cpp.

◆ operator<()

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

Definition at line 1686 of file juce_AudioProcessorGraph.cpp.

◆ operator==()

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

Definition at line 1676 of file juce_AudioProcessorGraph.cpp.

Member Data Documentation

◆ destination

NodeAndChannel juce::AudioProcessorGraph::Connection::destination

The channel and node which is the input source for this connection.

Definition at line 201 of file juce_AudioProcessorGraph.h.

◆ source

NodeAndChannel juce::AudioProcessorGraph::Connection::source

The channel and node which is the input source for this connection.

Definition at line 198 of file juce_AudioProcessorGraph.h.


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