Represents a connection between two channels of two nodes in an AudioProcessorGraph.  
 More...
#include <juce_AudioProcessorGraph.h>
Represents a connection between two channels of two nodes in an AudioProcessorGraph. 
To create a connection, use AudioProcessorGraph::addConnection(). 
◆ Connection() [1/3]
  
  | 
        
          | AudioProcessorGraph::Connection::Connection | ( |  | ) |  |  | default | 
 
 
◆ Connection() [2/3]
◆ Connection() [3/3]
  
  | 
        
          | AudioProcessorGraph::Connection::Connection | ( | const Connection & |  | ) |  |  | default | 
 
 
◆ operator=()
◆ operator==()
  
  | 
        
          | bool AudioProcessorGraph::Connection::operator== | ( | const Connection & |  | ) | const |  | noexcept | 
 
 
◆ operator!=()
  
  | 
        
          | bool AudioProcessorGraph::Connection::operator!= | ( | const Connection & |  | ) | const |  | noexcept | 
 
 
◆ operator<()
  
  | 
        
          | bool AudioProcessorGraph::Connection::operator< | ( | const Connection & |  | ) | const |  | noexcept | 
 
 
◆ source
The channel and node which is the input source for this connection. 
 
 
◆ destination
The channel and node which is the input source for this connection. 
 
 
The documentation for this struct was generated from the following file: