summaryrefslogtreecommitdiff
path: root/midi_maps
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2020-05-09 11:41:23 -0600
committerPaul Davis <paul@linuxaudiosystems.com>2020-05-09 11:43:39 -0600
commite3ea4a4a81827c955aef085377684f45e5bbf68b (patch)
tree7ba955908aead7e94f6c502a0f43a4b727dd91ed /midi_maps
parent3ca33c07dcf0d593c73f15eb62123dc59fc73fe4 (diff)
MIDI binding map for Nektar Panorama
This apparently needs several sysex files delivered to the device, so may not be particularly useful
Diffstat (limited to 'midi_maps')
-rw-r--r--midi_maps/Nektar_Panorama.map64
1 files changed, 64 insertions, 0 deletions
diff --git a/midi_maps/Nektar_Panorama.map b/midi_maps/Nektar_Panorama.map
new file mode 100644
index 0000000000..02ecb2c132
--- /dev/null
+++ b/midi_maps/Nektar_Panorama.map
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ArdourMIDIBindings version="1.0.0" name="Nektar Panorama">
+
+
+ <DeviceInfo bank-size="8"/>
+<!-- Buttons labelled 'track-' and 'track+' mapped to switch banks -->
+ <Binding channel="1" ctl="103" function="prev-bank"/>
+ <Binding channel="1" ctl="104" function="next-bank"/>
+
+<!-- Faders mapped to track faders 1-8 and Master -->
+ <Binding channel="1" ctl="40" uri="/route/gain B1"/>
+ <Binding channel="1" ctl="41" uri="/route/gain B2"/>
+ <Binding channel="1" ctl="42" uri="/route/gain B3"/>
+ <Binding channel="1" ctl="43" uri="/route/gain B4"/>
+ <Binding channel="1" ctl="44" uri="/route/gain B5"/>
+ <Binding channel="1" ctl="45" uri="/route/gain B6"/>
+ <Binding channel="1" ctl="46" uri="/route/gain B7"/>
+ <Binding channel="1" ctl="47" uri="/route/gain B8"/>
+ <Binding channel="1" ctl="3" uri="/bus/gain master"/>
+
+<!-- Buttons below the faders mapped to Mute-->
+ <Binding channel="1" ctl="56" uri="/route/mute B1" momentary="yes"/>
+ <Binding channel="1" ctl="57" uri="/route/mute B2" momentary="yes"/>
+ <Binding channel="1" ctl="58" uri="/route/mute B3" momentary="yes"/>
+ <Binding channel="1" ctl="59" uri="/route/mute B4" momentary="yes"/>
+ <Binding channel="1" ctl="60" uri="/route/mute B5" momentary="yes"/>
+ <Binding channel="1" ctl="61" uri="/route/mute B6" momentary="yes"/>
+ <Binding channel="1" ctl="62" uri="/route/mute B7" momentary="yes"/>
+ <Binding channel="1" ctl="63" uri="/route/mute B8" momentary="yes"/>
+ <Binding channel="1" ctl="118" uri="/route/recenable S1" momentary="yes"/>
+
+<!-- Encoders above faders mapped to pan direction. -->
+ <Binding channel="1" enc-2="32" uri="/route/pandirection B1"/>
+ <Binding channel="1" enc-2="33" uri="/route/pandirection B2"/>
+ <Binding channel="1" enc-2="34" uri="/route/pandirection B3"/>
+ <Binding channel="1" enc-2="35" uri="/route/pandirection B4"/>
+ <Binding channel="1" enc-2="36" uri="/route/pandirection B5"/>
+ <Binding channel="1" enc-2="37" uri="/route/pandirection B6"/>
+ <Binding channel="1" enc-2="38" uri="/route/pandirection B7"/>
+ <Binding channel="1" enc-2="39" uri="/route/pandirection B8"/>
+
+ <!-- 2x4 Encoders mapped to plugin parameters -->
+ <Binding channel="1" enc-2="48" uri="/route/plugin/parameter S1 1 1"/>
+ <Binding channel="1" enc-2="49" uri="/route/plugin/parameter S1 1 2"/>
+ <Binding channel="1" enc-2="50" uri="/route/plugin/parameter S1 1 3"/>
+ <Binding channel="1" enc-2="51" uri="/route/plugin/parameter S1 1 4"/>
+ <Binding channel="1" enc-2="52" uri="/route/plugin/parameter S1 1 5"/>
+ <Binding channel="1" enc-2="53" uri="/route/plugin/parameter S1 1 6"/>
+ <Binding channel="1" enc-2="54" uri="/route/plugin/parameter S1 1 7"/>
+ <Binding channel="1" enc-2="55" uri="/route/plugin/parameter S1 1 8"/>
+
+<!-- Transport controls -->
+
+ <Binding channel="1" ctl="108" function="loop-toggle" momentary="yes"/>
+ <Binding channel="1" ctl="109" action="Transport/Rewind"/>
+ <Binding channel="1" ctl="110" action="Transport/Forward"/>
+ <Binding channel="1" ctl="114" function="transport-start"/>
+ <Binding channel="1" ctl="115" function="transport-end"/>
+ <Binding channel="1" ctl="111" function="transport-stop" momentary="yes"/>
+ <Binding channel="1" ctl="112" function="transport-roll" momentary="yes"/>
+ <Binding channel="1" ctl="113" function="toggle-rec-enable" momentary="yes"/>
+
+
+</ArdourMIDIBindings>