This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
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
d6d1f3ab22
commit
ea36715ceb
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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",
"0
2
[0x08] Balance",
"0
8
[0x08] Balance",
"10 [0x0A] Pan",
"11 [0x0B] Expression",
"12 [0x0C] FX Control 1",
Write
Preview
Loading…
Cancel
Save