Base Module VST 3.7
SDK for developing VST plug-in
|
Implement this callback interface to receive triggers from a timer. More...
#include <timer.h>
Public Member Functions | |
virtual | ~ITimerCallback () |
virtual void | onTimer (Timer *timer)=0 |
This method is called at the end of each interval. More... | |
Implement this callback interface to receive triggers from a timer.
Note: This interface is intended as a mix-in class and therefore does not provide ref-counting.
|
inlinevirtual |
|
pure virtual |
This method is called at the end of each interval.
timer | The timer which calls. |