VstEvents

A block of events for the current processed audio block.

struct VstEvents {
VstInt32 numEvents;
VstIntPtr reserved;
VstEvent*[2] events;
}

Meta