|
tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications
« « « Anklang Documentation |
Public Member Functions | |
| AutomationModifierSource (AutomatableParameter::ModifierAssignment::Ptr ass) | |
| virtual AutomatableParameter::ModifierSource * | getModifierSource ()=0 |
Public Member Functions inherited from tracktion::engine::AutomationSource | |
| AutomationSource (const juce::ValueTree &v) | |
| virtual float | getValueAt (TimePosition)=0 |
| Must return the value of automation at the given time. | |
| virtual bool | isEnabledAt (TimePosition)=0 |
| Must return if the source is enabled at the given time. | |
| virtual void | setPosition (TimePosition)=0 |
| Should set the position of the source to a specific time in the Edit. | |
| virtual bool | isEnabled ()=0 |
| Should return true if the source is enabled at the current position. | |
| virtual float | getCurrentValue ()=0 |
| Should return the current value of the source. | |
Public Member Functions inherited from juce::ReferenceCountedObject | |
| void | incReferenceCount () noexcept |
| void | decReferenceCount () noexcept |
| bool | decReferenceCountWithoutDeleting () noexcept |
| int | getReferenceCount () const noexcept |
Public Attributes | |
| AutomatableParameter::ModifierAssignment::Ptr | assignment |
Public Attributes inherited from tracktion::engine::AutomationSource | |
| juce::ValueTree | state |
Additional Inherited Members | |
Protected Member Functions inherited from juce::ReferenceCountedObject | |
| ReferenceCountedObject (const ReferenceCountedObject &) noexcept | |
| ReferenceCountedObject (ReferenceCountedObject &&) noexcept | |
| ReferenceCountedObject & | operator= (const ReferenceCountedObject &) noexcept |
| ReferenceCountedObject & | operator= (ReferenceCountedObject &&) noexcept |
| void | resetReferenceCount () noexcept |
Definition at line 104 of file tracktion_AutomatableParameter.cpp.
| tracktion::engine::AutomationModifierSource::AutomationModifierSource | ( | AutomatableParameter::ModifierAssignment::Ptr | ass | ) |
Definition at line 106 of file tracktion_AutomatableParameter.cpp.
| AutomatableParameter::ModifierAssignment::Ptr tracktion::engine::AutomationModifierSource::assignment |
Definition at line 114 of file tracktion_AutomatableParameter.cpp.