JUCE  v5.4.1-191-g0ab5e696f
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::AudioProcessorGraph::Connection Struct Reference

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

#include <juce_AudioProcessorGraph.h>

Collaboration diagram for juce::AudioProcessorGraph::Connection:

Public Member Functions

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

Public Attributes

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

Detailed Description

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

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

Constructor & Destructor Documentation

◆ Connection() [1/2]

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

◆ Connection() [2/2]

juce::AudioProcessorGraph::Connection::Connection ( const Connection )
default

Member Function Documentation

◆ operator!=()

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

◆ operator<()

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

◆ operator=()

Connection& juce::AudioProcessorGraph::Connection::operator= ( const Connection )
default

◆ operator==()

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

Member Data Documentation

◆ destination

NodeAndChannel juce::AudioProcessorGraph::Connection::destination

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

◆ source

NodeAndChannel juce::AudioProcessorGraph::Connection::source

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


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