TracktionEngine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
engine::Plugin::Wire Struct Reference

Represents a single channel-to-channel connection for sidechain routing. More...

#include <tracktion_Plugin.h>

Public Member Functions

 Wire (const juce::ValueTree &, juce::UndoManager *)
 

Public Attributes

juce::ValueTree state
 
juce::CachedValue< intsourceChannelIndex
 
juce::CachedValue< intdestChannelIndex
 

Detailed Description

Represents a single channel-to-channel connection for sidechain routing.

Constructor & Destructor Documentation

◆ Wire()

engine::Plugin::Wire::Wire ( const juce::ValueTree &  ,
juce::UndoManager *   
)

Member Data Documentation

◆ state

juce::ValueTree engine::Plugin::Wire::state

◆ sourceChannelIndex

juce::CachedValue<int> engine::Plugin::Wire::sourceChannelIndex

◆ destChannelIndex

juce::CachedValue<int> engine::Plugin::Wire::destChannelIndex

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