From 339d4f31590bf77c0d0d248e09a380ac6285e069 Mon Sep 17 00:00:00 2001 From: Xaymar Date: Fri, 8 Aug 2025 06:04:57 +0200 Subject: [PATCH] Add documentation to VST_EVENT_TYPE_04 and VST_EVENT_TYPE_05 --- include/vst.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/vst.h b/include/vst.h index 68cdc6b..8350525 100644 --- a/include/vst.h +++ b/include/vst.h @@ -825,7 +825,13 @@ enum VST_EVENT_TYPE { VST_EVENT_TYPE_02 = 2, 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, + + /** @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, /** MIDI SysEx Event.