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