Base Module VST 3.7
SDK for developing VST plug-in
|
Classes | |
class | ITimerCallback |
Implement this callback interface to receive triggers from a timer. More... | |
class | Timer |
Timer is a class that allows you to receive triggers at regular intervals. More... | |
class | DisableDispatchingTimers |
Disables dispatching of timers for the live time of this object. More... | |
Namespaces | |
namespace | Steinberg |
namespace | Steinberg::SystemTime |
Typedefs | |
using | CreateTimerFunc = Timer *(*)(ITimerCallback *callback, uint32 intervalMilliseconds) |
Functions | |
uint64 | getTicks64 () |
uint64 | getTicksDuration (uint64 old, uint64 now) |
int32 | getTicks () |
deprecated, use getTicks64 () More... | |
template<typename Call > | |
ITimerCallback * | newTimerCallback (const Call &call) |
void | InjectCreateTimerFunction (CreateTimerFunc f) |