Browse Source

Fix typo in MIDI CC list, leading to wrong Balance CC value

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.2.0-RC1
falkTX 4 years ago
parent
commit
ea36715ceb
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/frontend/carla_shared.py

+ 1
- 1
source/frontend/carla_shared.py View File

@@ -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",


Loading…
Cancel
Save