DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit 67c8f57f5066d95639710263b3a448a337a33d57
parent e485b24098c1e8f4f91d2429a00ed7b0cc1314ef
Author: falkTX <falktx@falktx.com>
Date:   Mon, 27 Sep 2021 01:34:47 +0100

Correct a typo

Signed-off-by: falkTX <falktx@falktx.com>

Diffstat:
Mdistrho/src/DistrhoPluginVST3.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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?