From ea36715ceb58af1dc4e3f2824111db4a90ca9250 Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 13 Jul 2020 10:36:56 +0100 Subject: [PATCH] Fix typo in MIDI CC list, leading to wrong Balance CC value Signed-off-by: falkTX --- source/frontend/carla_shared.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/frontend/carla_shared.py b/source/frontend/carla_shared.py index a832591d4..e6a23e312 100644 --- a/source/frontend/carla_shared.py +++ b/source/frontend/carla_shared.py @@ -136,7 +136,7 @@ MIDI_CC_LIST = ( "04 [0x04] Foot", "05 [0x05] Portamento", "07 [0x07] Volume", - "02 [0x08] Balance", + "08 [0x08] Balance", "10 [0x0A] Pan", "11 [0x0B] Expression", "12 [0x0C] FX Control 1",