|
VST 3 Interfaces
VST 3.6.7
SDK for developing VST Plug-in
|
List of events to process. More...
#include <ivstevents.h>
Inheritance diagram for IEventList: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 |
Gets parameter by index.
Implemented in EventList.
|
static |