Base Module
VST 3.6.7
SDK for developing VST Plug-in
|
Data Structures | |
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 | |
Steinberg | |
Steinberg::SystemTime | |
Functions | |
uint64 | getTicks64 () |
uint64 | getTicksDuration (uint64 old, uint64 now) |
int32 | getTicks () |
deprecated, use getTicks64 () More... | |
template<typename Call > | |
ITimerCallback * | newTimerCallback (const Call &call) |