VST 3 Interfaces VST 3.7
SDK for developing VST plug-in
|
Extended plug-in interface IComponentHandler for an edit controller. More...
#include <ivsteditcontroller.h>
Public Member Functions | |
virtual tresult | getSystemTime (int64 &systemTime)=0 |
get the current systemTime (the same as the one used in ProcessContext::systemTime). More... | |
Public Member Functions inherited from FUnknown | |
virtual tresult | queryInterface (const TUID _iid, void **obj)=0 |
virtual uint32 | addRef ()=0 |
virtual uint32 | release ()=0 |
Static Public Attributes | |
static const FUID | iid |
Static Public Attributes inherited from FUnknown | |
static const FUID | iid |
Extended plug-in interface IComponentHandler for an edit controller.
get the current systemTime (the same as the one used in ProcessContext::systemTime).
|
static |