TracktionEngine
|
#include <tracktion_AutomationCurveList.h>
Public Member Functions | |
virtual | ~Listener ()=default |
Destructor. | |
virtual void | curveChanged ()=0 |
Called when one of the points on one of the curves changes. | |
virtual void | unlinkedStateChanged (CurveModifierType) |
Called when one of the curves CurveTiming::unlinked properties changes. | |
Listener interface.
N.B. Callbacks happen synchronously so you shouldn't block for long.
|
virtualdefault |
Destructor.
Called when one of the points on one of the curves changes.
|
virtual |
Called when one of the curves CurveTiming::unlinked properties changes.