Use mod translations for the faders where possible.

master
Albert Graef 2018-09-05 04:56:54 +02:00
parent 8f9d1a4ae8
commit 156f2db614
1 changed files with 9 additions and 9 deletions

View File

@ -131,16 +131,16 @@ B5 G2
^B5 A3 # Instr (Device) ^B5 A3 # Instr (Device)
# faders (MC uses pitch bends here, use 129 as step size to get full range) # faders (MC uses pitch bends here, use 129 as step size to get full range)
CC48= PB[129]-1 CC48[] PB[129]-1
CC49= PB[129]-2 CC49[] PB[129]-2
CC50= PB[129]-3 CC50[] PB[129]-3
CC51= PB[129]-4 CC51[] PB[129]-4
CC52= PB[129]-5 CC52[] PB[129]-5
CC53= PB[129]-6 CC53[] PB[129]-6
CC54= PB[129]-7 CC54[] PB[129]-7
CC55= PB[129]-8 CC55[] PB[129]-8
# master fader # master fader
?CC56= PB[129]-9 ?CC56[] PB[129]-9
# faders become encoders when shifted (CC16..CC23, incremental mode) # faders become encoders when shifted (CC16..CC23, incremental mode)
^CC48= CC16~ ^CC48= CC16~