summaryrefslogtreecommitdiff
path: root/midi_maps/midikb_wiimote.map
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-02-23 15:26:48 +0100
committerRobin Gareus <robin@gareus.org>2020-02-23 16:21:55 +0100
commit54c4d3adc5f0cea54457df04af44397825fc2679 (patch)
treef73f78a3090dac4eeba87eb04657279997a70da3 /midi_maps/midikb_wiimote.map
parent96ef1dc0ed9862bf4937d182f789edd20c17581f (diff)
Clean up top-level source tree
Collect architecture independent data in 'share' subfolder. This also matches the install path
Diffstat (limited to 'midi_maps/midikb_wiimote.map')
-rw-r--r--midi_maps/midikb_wiimote.map51
1 files changed, 0 insertions, 51 deletions
diff --git a/midi_maps/midikb_wiimote.map b/midi_maps/midikb_wiimote.map
deleted file mode 100644
index 740bb6c9bf..0000000000
--- a/midi_maps/midikb_wiimote.map
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ArdourMIDIBindings version="1.0.0" name="WiiMote via midikb">
-
-<!-- OvenWerks June 27 2015 -->
-<!-- This tries to do what the old WiiMote setup in Ardour did -->
-<!-- B + A -->
-<Binding channel="1" note="16" action="Transport/ToggleRollForgetCapture"/>
-<!-- B + left -->
-<Binding channel="1" note="17" action="Editor/playhead-to-previous-region-boundary"/>
-<!-- B + right -->
-<Binding channel="1" note="18" action="Editor/playhead-to-next-region-boundary"/>
-<!-- B + up -->
-<Binding channel="1" note="19" action="Common/jump-forward-to-mark"/>
-<!-- B + down -->
-<Binding channel="1" note="20" action="Common/jump-backward-to-mark"/>
-<!-- B + home -->
-<Binding channel="1" note="21" action="Common/add-location-from-playhead"/>
-<!-- B + minus -->
-<Binding channel="1" note="22" action="Transport/GotoStart"/>
-<!-- B + plus -->
-<Binding channel="1" note="23" action="Transport/GotoEnd"/>
-<!-- B + one Not used add as you wish -->
-<!--Binding channel="1" note="24" action=""/-->
-<!-- B + Two -->
-<Binding channel="1" note="25" function="rec-disable"/>
-
-<!-- A -->
-<Binding channel="1" note="32" action="Transport/ToggleRoll"/>
-<!-- left -->
-<Binding channel="1" note="33" action="Common/nudge-playhead-backward"/>
-<!-- right -->
-<Binding channel="1" note="34" action="Common/nudge-playhead-forward"/>
-<!-- up -->
-<Binding channel="1" note="35" action="Editor/select-prev-route"/>
-<!-- down -->
-<Binding channel="1" note="36" action="Editor/select-next-route"/>
-<!-- home -->
-<Binding channel="1" note="37" action="Editor/playhead-to-edit"/>
-<!-- minus -->
-<Binding channel="1" note="38" action="Editor/temporal-zoom-out"/>
-<!-- plus -->
-<Binding channel="1" note="39" action="Editor/temporal-zoom-in"/>
-<!-- one -->
-<Binding channel="1" note="40" action="Editor/track-record-enable-toggle"/>
-<!-- Two -->
-<Binding channel="1" note="41" function="toggle-rec-enable"/>
-
-
-
-
-</ArdourMIDIBindings>