From 1fe38bcce6b378593ebb943628385ccea6840e13 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Wed, 13 May 2020 15:00:18 +0200 Subject: [PATCH] Mention that SysEx is not implemented Are there any plugins or hosts that use this? --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 48f6937b..202a93cf 100644 --- a/README.md +++ b/README.md @@ -200,6 +200,9 @@ because I haven't needed them myself. Let me know if you need any of these features for a certain plugin or VST host: - Double precision audio (`processDoubleReplacing`). +- SysEx messages. In addition to MIDI, VST 2.4 also supports SysEx. I don't know + of any hosts or plugins that use this, but please let me know if this is + needed for something. - Vendor specific extension (for instance, for [REAPER](https://www.reaper.fm/sdk/vst/vst_ext.php), though most of these extension functions will work out of the box without any modifications).