VST 3 Interfaces VST 3.7
SDK for developing VST plug-in
|
List of events to process: Vst::IEventList. More...
#include <ivstevents.h>
Public Member Functions | |
virtual int32 | getEventCount ()=0 |
Returns the count of events. More... | |
virtual tresult | getEvent (int32 index, Event &e)=0 |
Gets parameter by index. More... | |
virtual tresult | addEvent (Event &e)=0 |
Adds a new event. 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 |
List of events to process: Vst::IEventList.
Gets parameter by index.
Implemented in EventList.
|
static |