|
iPlug2 - C++ Audio Plug-in Framework
|
This file includes classes for implementing timers - in order to get a regular callback on the main thread The interface is partially based on the api of Steinberg's timer.cpp from the VST3_SDK for compatibility, base/source/timer.cpp, so thanks to them. More...
#include <cstring>#include <stdint.h>#include <cmath>#include <functional>#include "ptrlist.h"#include "mutex.h"#include "IPlugPlatform.h"Go to the source code of this file.
Classes | |
| struct | Timer |
| Base class for timer. More... | |
This file includes classes for implementing timers - in order to get a regular callback on the main thread The interface is partially based on the api of Steinberg's timer.cpp from the VST3_SDK for compatibility, base/source/timer.cpp, so thanks to them.
Definition in file IPlugTimer.h.