|
tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications
« « « Anklang Documentation |
Public Member Functions | |
| AttachedValue (AutomatableParameter &p) | |
| virtual void | setValue (float v)=0 |
| virtual float | getValue ()=0 |
| virtual float | getDefault ()=0 |
| virtual void | detach (juce::ValueTree::Listener *)=0 |
| virtual bool | updateIfMatches (juce::ValueTree &, const juce::Identifier &)=0 |
| virtual void | updateParameterFromValue ()=0 |
Public Member Functions inherited from juce::AsyncUpdater | |
| void | triggerAsyncUpdate () |
| void | cancelPendingUpdate () noexcept |
| void | handleUpdateNowIfNeeded () |
| bool | isUpdatePending () const noexcept |
| virtual void | handleAsyncUpdate ()=0 |
Public Attributes | |
| AutomatableParameter & | parameter |
Definition at line 534 of file tracktion_AutomatableParameter.cpp.
| tracktion::engine::AutomatableParameter::AttachedValue::AttachedValue | ( | AutomatableParameter & | p | ) |
Definition at line 536 of file tracktion_AutomatableParameter.cpp.
|
virtual |
Definition at line 539 of file tracktion_AutomatableParameter.cpp.
| AutomatableParameter& tracktion::engine::AutomatableParameter::AttachedValue::parameter |
Definition at line 548 of file tracktion_AutomatableParameter.cpp.