tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
tracktion::engine::PatchBayPlugin::Wire Struct Reference

Public Member Functions

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

Public Attributes

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

Detailed Description

Definition at line 21 of file tracktion_PatchBay.h.

Constructor & Destructor Documentation

◆ Wire()

tracktion::engine::PatchBayPlugin::Wire::Wire ( const juce::ValueTree v,
juce::UndoManager um 
)

Definition at line 14 of file tracktion_PatchBay.cpp.

Member Data Documentation

◆ destChannelIndex

juce::CachedValue<int> tracktion::engine::PatchBayPlugin::Wire::destChannelIndex

Definition at line 26 of file tracktion_PatchBay.h.

◆ gainDb

juce::CachedValue<float> tracktion::engine::PatchBayPlugin::Wire::gainDb

Definition at line 27 of file tracktion_PatchBay.h.

◆ sourceChannelIndex

juce::CachedValue<int> tracktion::engine::PatchBayPlugin::Wire::sourceChannelIndex

Definition at line 26 of file tracktion_PatchBay.h.

◆ state

juce::ValueTree tracktion::engine::PatchBayPlugin::Wire::state

Definition at line 25 of file tracktion_PatchBay.h.


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