Add documentation to VST_EVENT_TYPE_04 and VST_EVENT_TYPE_05
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user