summaryrefslogtreecommitdiff
path: root/midi_maps/Korg_nanoKONTROL2_With_Master.map
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2016-01-14 16:37:47 -0600
committerBen Loftis <ben@harrisonconsoles.com>2016-01-14 16:37:54 -0600
commitddb362fe170ce7c86c2e7504196b6b2959c374d7 (patch)
treec8279a8b1f7729a161f2a2eec1b2a52e6eb9e021 /midi_maps/Korg_nanoKONTROL2_With_Master.map
parent368be3585e0e3e06b6a07db79c4161afc707c86a (diff)
Generic MIDI: add ToggleRecEnable action, and change all maps to use that instead of separate rec-enable, rec-disable, which didnt work
Diffstat (limited to 'midi_maps/Korg_nanoKONTROL2_With_Master.map')
-rw-r--r--midi_maps/Korg_nanoKONTROL2_With_Master.map3
1 files changed, 1 insertions, 2 deletions
diff --git a/midi_maps/Korg_nanoKONTROL2_With_Master.map b/midi_maps/Korg_nanoKONTROL2_With_Master.map
index adf8ee72cd..1217ca9b25 100644
--- a/midi_maps/Korg_nanoKONTROL2_With_Master.map
+++ b/midi_maps/Korg_nanoKONTROL2_With_Master.map
@@ -11,12 +11,11 @@
<DeviceInfo bank-size="7"/>
- <Binding msg="B0 2d 7f" function="rec-enable"/>
- <Binding msg="B0 2d 00" function="rec-disable"/>
<Binding channel="1" ctl="41" function="transport-roll"/>
<Binding channel="1" ctl="42" function="transport-stop"/>
<Binding channel="1" ctl="43" function="transport-start"/>
<Binding channel="1" ctl="44" function="transport-end"/>
+ <Binding channel="1" ctl="45" function="toggle-rec-enable"/>
<Binding channel="1" ctl="46" function="loop-toggle"/>
<Binding msg="B0 3c 7f" action="Editor/add-location-from-playhead"/>
<Binding msg="B0 3d 7f" action="Editor/jump-backward-to-mark"/>