summaryrefslogtreecommitdiff
path: root/midi_maps
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-10-14 21:01:10 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-10-14 21:01:10 +0000
commitec05e8cd755ba51763ad621fc3f8f12f94ae1239 (patch)
tree556373802a44fb4004baf3a716d800ec9d7574fa /midi_maps
parenta89572072e172d355fb3c96d088d57c276d96a9d (diff)
new Emu Xboard 61 binding map from mcgruff
git-svn-id: svn://localhost/ardour2/branches/3.0@10209 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'midi_maps')
-rw-r--r--midi_maps/xboard-61.map73
1 files changed, 73 insertions, 0 deletions
diff --git a/midi_maps/xboard-61.map b/midi_maps/xboard-61.map
new file mode 100644
index 0000000000..61928a9a06
--- /dev/null
+++ b/midi_maps/xboard-61.map
@@ -0,0 +1,73 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ArdourMIDIBindings version="1.0.0" name="Xboard 61">
+
+<!--
+ EMU Xboard61
+ __________________________________________________
+ | |
+ | || o o o o o o o o = = = = = = = = |
+ | || o o o o o o o o = = = = = = = = |
+ | |
+ | || || _____________________________________ |
+ | || || | | | | | | | | | | | | | | | | | | | | |
+ |_______ | | | | | | | | | | | | | | | | | | | |___|
+ - - - - - - - - - - - - - - - - - - -
+
+NOTE: I have assumed that the top row knobs are mapped to midi
+ cc numbers 21-28 and the bottom row to midi cc numbers
+ 31-38. However, the knobs can be arbitrarily mapped to any
+ midi cc controller numbers and hence may be different
+ on your keyboard. It's easy to change them - see Xboard
+ manual. Alternatively, edit this file with the correct
+ cc numbers.
+-->
+
+ <DeviceInfo bank-size="16" />
+ <Binding channel="1" note="24" function="prev-bank"/>
+ <Binding channel="1" note="26" function="next-bank"/>
+
+<!--
+ Xboard data entry slider / master vol #!! or FF/REV? bank select?
+-->
+ <!--Binding sysex="f0 7f 7f 4 1 75 2b f7" uri="/bus/gain master" /-->
+
+<!--
+-->
+ <Binding channel="1" ctl="1" uri="/bus/gain master" />
+
+<!--
+ Xboard knobs 1-8 top row
+-->
+ <Binding channel="1" ctl="21" uri="/route/gain B2" />
+ <Binding channel="1" ctl="22" uri="/route/gain B3" />
+ <Binding channel="1" ctl="23" uri="/route/gain B4" />
+ <Binding channel="1" ctl="24" uri="/route/gain B5" />
+ <Binding channel="1" ctl="25" uri="/route/gain B6" />
+ <Binding channel="1" ctl="26" uri="/route/gain B7" />
+ <Binding channel="1" ctl="27" uri="/route/gain B8" />
+ <Binding channel="1" ctl="28" uri="/route/gain B9" />
+
+<!--
+ Xboard knobs 9-16 bottom row
+-->
+ <Binding channel="1" ctl="31" uri="/route/gain B10" />
+ <Binding channel="1" ctl="32" uri="/route/gain B11" />
+ <Binding channel="1" ctl="33" uri="/route/gain B12" />
+ <Binding channel="1" ctl="34" uri="/route/gain B13" />
+ <Binding channel="1" ctl="35" uri="/route/gain B14" />
+ <Binding channel="1" ctl="36" uri="/route/gain B15" />
+ <Binding channel="1" ctl="37" uri="/route/gain B16" />
+ <Binding channel="1" ctl="38" uri="/route/gain B17" />
+
+<!--
+ keyboard keys
+-->
+ <Binding channel="1" note="32" function="rec-disable"/>
+ <Binding channel="1" note="34" function="rec-enable"/>
+ <Binding channel="1" note="36" function="loop-toggle"/>
+ <Binding channel="1" note="38" function="transport-roll"/>
+ <Binding channel="1" note="40" function="transport-stop"/>
+ <Binding channel="1" note="37" function="transport-start"/>
+ <Binding channel="1" note="39" function="transport-end"/>
+
+</ArdourMIDIBindings> \ No newline at end of file