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::Node::Connection Struct Reference
Collaboration diagram for juce::AudioProcessorGraph::Node::Connection:

Public Member Functions

bool operator== (const Connection &) const noexcept
 

Public Attributes

int otherChannel
 
NodeotherNode
 
int thisChannel
 

Member Function Documentation

◆ operator==()

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

Member Data Documentation

◆ otherChannel

int juce::AudioProcessorGraph::Node::Connection::otherChannel

◆ otherNode

Node* juce::AudioProcessorGraph::Node::Connection::otherNode

◆ thisChannel

int juce::AudioProcessorGraph::Node::Connection::thisChannel

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