Empty field in vst_events_t is likely padding
Based on where things are in the structure this is likely to be a remnant of the past. Can't verify that though.
This commit is contained in:
@@ -706,7 +706,8 @@ struct vst_events_t {
|
|||||||
*/
|
*/
|
||||||
int32_t count;
|
int32_t count;
|
||||||
|
|
||||||
int32_t _unknown_00; // Always zero or uninitialized.
|
/** @private Reserved, must be zero. */
|
||||||
|
int32_t _reserved_00;
|
||||||
|
|
||||||
/** An array of pointers to valid @ref vst_event_t structures.
|
/** An array of pointers to valid @ref vst_event_t structures.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user