Add documentation to VST_EVENT_TYPE_04 and VST_EVENT_TYPE_05

This commit is contained in:
Xaymar
2025-08-08 06:04:57 +02:00
parent ac2d40ebce
commit 339d4f3159
+6
View File
@@ -825,7 +825,13 @@ enum VST_EVENT_TYPE {
VST_EVENT_TYPE_02 = 2, VST_EVENT_TYPE_02 = 2,
VST_EVENT_TYPE_03 = 3, VST_EVENT_TYPE_03 = 3,
/** @todo Seems to be related to parameter automation in some hosts. Structure varies by host, only the first section (vst_event_t) is identical.
*/
VST_EVENT_TYPE_04 = 4, VST_EVENT_TYPE_04 = 4,
/** @todo Seems to be related to switch parameter automation in some hosts. Structure varies by host, only the first section (vst_event_t) is identical.
*/
VST_EVENT_TYPE_05 = 5, VST_EVENT_TYPE_05 = 5,
/** MIDI SysEx Event. /** MIDI SysEx Event.