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:
Xaymar
2025-08-08 04:47:06 +02:00
parent a76aa75260
commit cb3952b5f1
+2 -2
View File
@@ -962,8 +962,8 @@ struct vst_events_t {
*/
int32_t count;
/** @todo Seems to always be zero or left uninitialized. */
int32_t _unknown_00;
/** @private Reserved, must be zero. */
int32_t _reserved_00;
/** An array of pointers to valid @ref vst_event_t structures.
*