From cdcb0d905b374db9fa06b3cfbe836f43bdaf5cb4 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 --- vst.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vst.h b/vst.h index e80c1e2..c333779 100644 --- a/vst.h +++ b/vst.h @@ -551,7 +551,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.