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::AutomatableParameter::AttachedBoolValue Struct Reference
Inheritance diagram for tracktion::engine::AutomatableParameter::AttachedBoolValue:
tracktion::engine::AutomatableParameter::AttachedValue juce::AsyncUpdater

Public Member Functions

 AttachedBoolValue (AutomatableParameter &p, juce::CachedValue< bool > &v)
 
void handleAsyncUpdate () override
 
float getValue () override
 
void setValue (float v) override
 
float getDefault () override
 
void detach (juce::ValueTree::Listener *l) override
 
bool updateIfMatches (juce::ValueTree &v, const juce::Identifier &i) override
 
void updateParameterFromValue () override
 
- Public Member Functions inherited from tracktion::engine::AutomatableParameter::AttachedValue
 AttachedValue (AutomatableParameter &p)
 
- Public Member Functions inherited from juce::AsyncUpdater
void triggerAsyncUpdate ()
 
void cancelPendingUpdate () noexcept
 
void handleUpdateNowIfNeeded ()
 
bool isUpdatePending () const noexcept
 

Public Attributes

juce::CachedValue< bool > & value
 
- Public Attributes inherited from tracktion::engine::AutomatableParameter::AttachedValue
AutomatableParameterparameter
 

Detailed Description

Definition at line 615 of file tracktion_AutomatableParameter.cpp.

Constructor & Destructor Documentation

◆ AttachedBoolValue()

tracktion::engine::AutomatableParameter::AttachedBoolValue::AttachedBoolValue ( AutomatableParameter p,
juce::CachedValue< bool > &  v 
)

Definition at line 617 of file tracktion_AutomatableParameter.cpp.

Member Function Documentation

◆ detach()

void tracktion::engine::AutomatableParameter::AttachedBoolValue::detach ( juce::ValueTree::Listener l)
overridevirtual

◆ getDefault()

float tracktion::engine::AutomatableParameter::AttachedBoolValue::getDefault ( )
overridevirtual

◆ getValue()

float tracktion::engine::AutomatableParameter::AttachedBoolValue::getValue ( )
overridevirtual

◆ handleAsyncUpdate()

void tracktion::engine::AutomatableParameter::AttachedBoolValue::handleAsyncUpdate ( )
overridevirtual

Implements juce::AsyncUpdater.

Definition at line 623 of file tracktion_AutomatableParameter.cpp.

◆ setValue()

void tracktion::engine::AutomatableParameter::AttachedBoolValue::setValue ( float  v)
overridevirtual

◆ updateIfMatches()

bool tracktion::engine::AutomatableParameter::AttachedBoolValue::updateIfMatches ( juce::ValueTree v,
const juce::Identifier i 
)
overridevirtual

◆ updateParameterFromValue()

void tracktion::engine::AutomatableParameter::AttachedBoolValue::updateParameterFromValue ( )
overridevirtual

Member Data Documentation

◆ value

juce::CachedValue<bool>& tracktion::engine::AutomatableParameter::AttachedBoolValue::value

Definition at line 644 of file tracktion_AutomatableParameter.cpp.


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