VST 3 Interfaces
VST 3.6.14
SDK for developing VST Plug-in
|
List of events to process. 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... | |
![]() | |
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 const FUID | iid |
Gets parameter by index.
Implemented in EventList.
|
static |