|
VST2SDK
A recreation of the popular Steinberg VST 2.x SDK.
|
A collection of events. More...
#include <vst.h>
Data Fields | |
| int32_t | count |
| Number of events stored in vst_events_t::events. | |
| struct vst_event_t ** | events |
| An array of pointers to valid vst_event_t structures. | |
A collection of events.
| int32_t vst_events_t::count |
Number of events stored in vst_events_t::events.
| struct vst_event_t** vst_events_t::events |
An array of pointers to valid vst_event_t structures.
The size of this array is defined by vst_events_t::count.