From 67c8f57f5066d95639710263b3a448a337a33d57 Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 27 Sep 2021 01:35:14 +0100 Subject: [PATCH] Correct a typo Signed-off-by: falkTX --- distrho/src/DistrhoPluginVST3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distrho/src/DistrhoPluginVST3.cpp b/distrho/src/DistrhoPluginVST3.cpp index 0f25aa08..994cc8f7 100644 --- a/distrho/src/DistrhoPluginVST3.cpp +++ b/distrho/src/DistrhoPluginVST3.cpp @@ -50,7 +50,7 @@ * - deal with parameter triggers * - midi cc parameter mapping * - full MIDI1 encode and decode - * - decode version number (0x102030 -> 1.2.3) + * - decode version number (0x010203 -> 1.2.3) * - bus arrangements * - optional audio buses, create dummy buffer of max_block_size length for them * - routing info, do we care?