summaryrefslogtreecommitdiff
path: root/midi_maps
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-07-09 21:30:53 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-07-09 21:30:53 +0000
commitc300fa98affc58a97fec1c7a0797c2c6e37d03cb (patch)
treea8bcbe14f0b5178d54cfd1911669cc6b5e60e52f /midi_maps
parent88220c61c73f7eaeda1a4cf88a62d555e2520e21 (diff)
fix transport controls in Korg NanoControl binding map (from jaaxxone)
git-svn-id: svn://localhost/ardour2/branches/3.0@13003 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'midi_maps')
-rw-r--r--midi_maps/Korg_nanoKONTROL.map12
-rw-r--r--midi_maps/Korg_nanoKONTROL_Master.map12
2 files changed, 12 insertions, 12 deletions
diff --git a/midi_maps/Korg_nanoKONTROL.map b/midi_maps/Korg_nanoKONTROL.map
index bac8c43bb6..05308a1b0f 100644
--- a/midi_maps/Korg_nanoKONTROL.map
+++ b/midi_maps/Korg_nanoKONTROL.map
@@ -5,12 +5,12 @@
<DeviceInfo bank-size="9" motorized="no" threshold="15"/>
<!-- Transport Controls -->
- <Binding channel="1" ctl="44" action="Transport/Record"/>
- <Binding channel="1" ctl="45" function="transport-roll"/>
- <Binding channel="1" ctl="46" function="transport-stop"/>
- <Binding channel="1" ctl="47" function="transport-start"/>
- <Binding channel="1" ctl="48" function="transport-end"/>
- <Binding channel="1" ctl="49" function="loop-toggle"/>
+ <Binding msg="B0 2c 7f" function="rec-enable"/>
+ <Binding msg="B0 2d 7f" function="transport-roll"/>
+ <Binding msg="B0 2e 7f" function="transport-stop"/>
+ <Binding msg="B0 2f 7f" function="transport-start"/>
+ <Binding msg="B0 30 7f" function="transport-end"/>
+ <Binding msg="B0 31 7f" function="loop-toggle"/>
<!-- The "Scene" button toggles between four banks. For this to work as -->
<!-- intended, you have to configure all four scenes to be identical. -->
diff --git a/midi_maps/Korg_nanoKONTROL_Master.map b/midi_maps/Korg_nanoKONTROL_Master.map
index f21dd5d0cc..04d0608c4d 100644
--- a/midi_maps/Korg_nanoKONTROL_Master.map
+++ b/midi_maps/Korg_nanoKONTROL_Master.map
@@ -8,12 +8,12 @@
<DeviceInfo bank-size="8" motorized="no" threshold="15"/>
<!-- Transport Controls -->
- <Binding channel="1" ctl="44" action="Transport/Record"/>
- <Binding channel="1" ctl="45" action="Transport/TransitionToRoll"/>
- <Binding channel="1" ctl="46" function="transport-stop"/>
- <Binding channel="1" ctl="47" action="Transport/GotoStart"/>
- <Binding channel="1" ctl="48" action="Transport/GotoEnd"/>
- <Binding channel="1" ctl="49" action="Transport/Loop"/>
+ <Binding msg="B0 2c 7f" function="rec-enable"/>
+ <Binding msg="B0 2d 7f" function="transport-roll"/>
+ <Binding msg="B0 2e 7f" function="transport-stop"/>
+ <Binding msg="B0 2f 7f" function="transport-start"/>
+ <Binding msg="B0 30 7f" function="transport-end"/>
+ <Binding msg="B0 31 7f" function="loop-toggle"/>
<!-- The "Scene" button toggles between four banks. It implements this by -->
<!-- sending a bank assignment # corresponding to the current korg "Scene" -->