VST2SDK
A recreation of the popular Steinberg VST 2.x SDK.
Loading...
Searching...
No Matches
vst_events_t Struct Reference

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.
 

Detailed Description

Field Documentation

◆ count

int32_t vst_events_t::count

Number of events stored in vst_events_t::events.

Definition at line 988 of file vst.h.

◆ 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.

Definition at line 997 of file vst.h.


The documentation for this struct was generated from the following file: