summaryrefslogtreecommitdiff
path: root/midi_maps/Novation Impulse 49.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/Novation Impulse 49.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/Novation Impulse 49.map')
-rw-r--r--midi_maps/Novation Impulse 49.map5
1 files changed, 2 insertions, 3 deletions
diff --git a/midi_maps/Novation Impulse 49.map b/midi_maps/Novation Impulse 49.map
index a6a10f3a6a..234991e41b 100644
--- a/midi_maps/Novation Impulse 49.map
+++ b/midi_maps/Novation Impulse 49.map
@@ -10,8 +10,7 @@
<Binding channel="1" ctl="114" function="transport-stop"/>
<Binding channel="1" ctl="115" function="transport-roll"/>
<Binding channel="1" ctl="116" function="loop-toggle"/>
- <Binding channel="1" ctl="117" function="rec-enable"/>
- <Binding channel="1" ctl="117" function="rec-disable"/>
+ <Binding channel="1" ctl="117" function="toggle-rec-enable"/>
<!-- Gain controls. Faders are mapped to faders. -->
@@ -41,4 +40,4 @@
<!-- Status buttons are mapped to mute toggles. -->
<!-- Apparently Solo toggle only works when Automap is used. Sad but true. -->
-</ArdourMIDIBindings> \ No newline at end of file
+</ArdourMIDIBindings>