Generic MIDI: ffwd, rewd buttons should do the expected

This commit is contained in:
Ben Loftis 2016-02-01 17:12:18 -06:00
parent 4b9ffc1b62
commit e6a81318f1
17 changed files with 105 additions and 34 deletions

View File

@ -30,10 +30,10 @@
<Binding channel="16" pgm="3" function="transport-stop"/> <!-- STOP -->
<Binding channel="16" pgm="4" function="toggle-rec-enable"/> <!-- REC -->
<Binding channel="16" pgm="5" function="transport-start"/> <!-- BEGIN -->
<Binding channel="16" pgm="5" action="Transport/Rewind"/> <!-- REWD -->
<Binding channel="16" pgm="6" action="Editor/jump-backward-to-mark"/> <!-- BACK -->
<Binding channel="16" pgm="7" action="Editor/jump-forward-to-mark"/> <!-- NEXT -->
<Binding channel="16" pgm="8" function="transport-end"/> <!-- END -->
<Binding channel="16" pgm="8" action="Transport/Forward"/> <!-- FFWD -->
<Binding channel="16" pgm="9" action="Editor/remove-last-capture"/> <!-- Remove last capture -->
<Binding channel="16" pgm="10" action="Editor/jump-backward-to-mark"/> <!-- -->

View File

@ -8,8 +8,8 @@
<Binding msg="B0 2c 7f" function="toggle-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 2f 7f" action="Transport/Rewind"/>
<Binding msg="B0 30 7f" action="Transport/Forward"/>
<Binding msg="B0 31 7f" function="loop-toggle"/>
<!-- The "Scene" button toggles between four banks. For this to work as -->

View File

@ -12,9 +12,8 @@
<Binding channel="1" ctl="41" function="transport-roll"/>
<Binding channel="1" ctl="42" function="transport-stop"/>
<Binding channel="1" ctl="43" function="transport-start"/>
<Binding channel="1" ctl="44" function="transport-end"/>
<Binding channel="1" ctl="44" function="transport-end"/>
<Binding channel="1" ctl="43" action="Transport/Rewind"/>
<Binding channel="1" ctl="44" action="Transport/Forward"/>
<Binding channel="1" ctl="45" function="toggle-rec-enable"/>
<Binding channel="1" ctl="46" function="loop-toggle"/>
<Binding msg="B0 3c 7f" action="Editor/add-location-from-playhead"/>

View File

@ -13,8 +13,8 @@
<Binding channel="1" ctl="41" function="transport-roll"/>
<Binding channel="1" ctl="42" function="transport-stop"/>
<Binding channel="1" ctl="43" function="transport-start"/>
<Binding channel="1" ctl="44" function="transport-end"/>
<Binding channel="1" ctl="43" action="Transport/Rewind"/>
<Binding channel="1" ctl="44" action="Transport/Forward"/>
<Binding channel="1" ctl="45" function="toggle-rec-enable"/>
<Binding channel="1" ctl="46" function="loop-toggle"/>
<Binding msg="B0 3c 7f" action="Editor/add-location-from-playhead"/>

View File

@ -11,8 +11,8 @@
<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 2f 7f" action="Transport/Rewind"/>
<Binding msg="B0 30 7f" action="Transport/Forward"/>
<Binding msg="B0 31 7f" function="loop-toggle"/>
<!-- The "Scene" button toggles between four banks. It implements this by -->

View File

@ -0,0 +1,72 @@
<?xml version="1.0" encoding="UTF-8"?>
<ArdourMIDIBindings version="1.1.0" name="Korg Taktile ( mode 9 )">
<DeviceInfo bank-size="8"/>
<Binding channel="1" ctl="41" function="transport-roll"/>
<Binding channel="1" ctl="42" function="transport-stop"/>
<Binding channel="1" ctl="43" action="Transport/Rewind"/>
<Binding channel="1" ctl="44" action="Transport/Forward"/>
<Binding channel="1" ctl="45" function="toggle-rec-enable"/>
<Binding channel="1" ctl="46" function="loop-toggle"/>
<Binding msg="B0 3c 7f" action="Editor/add-location-from-playhead"/>
<Binding msg="B0 3d 7f" action="Editor/jump-backward-to-mark"/>
<Binding msg="B0 3e 7f" action="Editor/jump-forward-to-mark"/>
<Binding msg="B0 3a 7f" function="prev-bank"/>
<Binding msg="B0 3b 7f" function="next-bank"/>
<!-- Channel controls: -->
<!-- NOTE: use mode #9, Generic MIDI to enable these -->
<Binding channel="1" ctl="16" uri="/route/pandirection B1"/>
<Binding channel="1" ctl="32" uri="/route/solo B1"/>
<Binding channel="1" ctl="48" uri="/route/mute B1"/>
<Binding channel="1" ctl="83" uri="/route/recenable B1"/>
<Binding channel="1" ctl="24" uri="/route/gain B1"/>
<Binding channel="1" ctl="17" uri="/route/pandirection B2"/>
<Binding channel="1" ctl="33" uri="/route/solo B2"/>
<Binding channel="1" ctl="49" uri="/route/mute B2"/>
<Binding channel="1" ctl="84" uri="/route/recenable B2"/>
<Binding channel="1" ctl="25" uri="/route/gain B2"/>
<Binding channel="1" ctl="18" uri="/route/pandirection B3"/>
<Binding channel="1" ctl="34" uri="/route/solo B3"/>
<Binding channel="1" ctl="50" uri="/route/mute B3"/>
<Binding channel="1" ctl="85" uri="/route/recenable B3"/>
<Binding channel="1" ctl="26" uri="/route/gain B3"/>
<Binding channel="1" ctl="19" uri="/route/pandirection B4"/>
<Binding channel="1" ctl="35" uri="/route/solo B4"/>
<Binding channel="1" ctl="51" uri="/route/mute B4"/>
<Binding channel="1" ctl="86" uri="/route/recenable B4"/>
<Binding channel="1" ctl="27" uri="/route/gain B4"/>
<Binding channel="1" ctl="20" uri="/route/pandirection B5"/>
<Binding channel="1" ctl="36" uri="/route/solo B5"/>
<Binding channel="1" ctl="52" uri="/route/mute B5"/>
<Binding channel="1" ctl="87" uri="/route/recenable B5"/>
<Binding channel="1" ctl="28" uri="/route/gain B5"/>
<Binding channel="1" ctl="21" uri="/route/pandirection B6"/>
<Binding channel="1" ctl="37" uri="/route/solo B6"/>
<Binding channel="1" ctl="53" uri="/route/mute B6"/>
<Binding channel="1" ctl="88" uri="/route/recenable B6"/>
<Binding channel="1" ctl="29" uri="/route/gain B6"/>
<Binding channel="1" ctl="22" uri="/route/pandirection B7"/>
<Binding channel="1" ctl="38" uri="/route/solo B7"/>
<Binding channel="1" ctl="54" uri="/route/mute B7"/>
<Binding channel="1" ctl="89" uri="/route/recenable B7"/>
<Binding channel="1" ctl="30" uri="/route/gain B7"/>
<Binding channel="1" ctl="23" uri="/route/pandirection B8"/>
<Binding channel="1" ctl="39" uri="/route/solo B8"/>
<Binding channel="1" ctl="55" uri="/route/mute B8"/>
<Binding channel="1" ctl="90" uri="/route/recenable B8"/>
<Binding channel="1" ctl="31" uri="/route/gain B8"/>
</ArdourMIDIBindings>

View File

@ -5,8 +5,8 @@
<!-- Transport Controls -->
<Binding channel="1" ctl="20" function="loop-toggle"/>
<Binding channel="1" ctl="21" function="transport-start"/>
<Binding channel="1" ctl="22" function="transport-end"/>
<Binding channel="1" ctl="21" action="Transport/Rewind"/>
<Binding channel="1" ctl="22" action="Transport/Forward"/>
<Binding channel="1" ctl="23" function="transport-stop"/>
<Binding channel="1" ctl="24" function="transport-roll"/>
<Binding channel="1" ctl="25" function="toggle-rec-enable"/>

View File

@ -42,8 +42,8 @@
<!-- Transport controls -->
<Binding channel="1" ctl="21" function="transport-start"/>
<Binding channel="1" ctl="22" function="transport-end"/>
<Binding channel="1" ctl="21" action="Transport/Rewind"/>
<Binding channel="1" ctl="22" action="Transport/Forward"/>
<Binding channel="1" ctl="23" function="transport-stop"/>
<Binding channel="1" ctl="24" function="transport-roll"/>
<Binding channel="1" ctl="20" function="loop-toggle"/>

View File

@ -5,8 +5,8 @@
<!-- Transport controls -->
<Binding msg="bf 71 7f" function="loop-toggle"/>
<Binding msg="bf 72 7f" function="transport-start"/>
<Binding msg="bf 73 7f" function="transport-end"/>
<Binding msg="bf 72 7f" action="Transport/Rewind"/>
<Binding msg="bf 73 7f" action="Transport/Forward"/>
<Binding msg="bf 74 7f" function="transport-stop"/>
<Binding msg="bf 75 7f" function="transport-roll"/>
<Binding msg="bf 76 7f" action="Transport/record-roll"/>

View File

@ -5,8 +5,8 @@
<!-- Transport Control -->
<Binding channel="1" ctl="112" function="transport-start"/>
<Binding channel="1" ctl="113" function="transport-end"/>
<Binding channel="1" ctl="112" action="Transport/Rewind"/>
<Binding channel="1" ctl="113" action="Transport/Forward"/>
<Binding channel="1" ctl="114" function="transport-stop"/>
<Binding channel="1" ctl="115" function="transport-roll"/>
<Binding channel="1" ctl="116" function="loop-toggle"/>

View File

@ -6,8 +6,8 @@
<!-- Transport controls -->
<Binding channel="1" ctl="112" function="transport-start"/>
<Binding channel="1" ctl="113" function="transport-end"/>
<Binding channel="1" ctl="112" action="Transport/Rewind"/>
<Binding channel="1" ctl="113" action="Transport/Forward"/>
<Binding channel="1" ctl="114" function="transport-stop"/>
<Binding channel="1" ctl="115" function="transport-roll"/>
<Binding channel="1" ctl="116" function="loop-toggle"/>

View File

@ -3,8 +3,8 @@
<!-- Transport controls -->
<Binding channel="1" ctl="112" function="transport-start"/>
<Binding channel="1" ctl="113" function="transport-end"/>
<Binding channel="1" ctl="112" action="Transport/Rewind"/>
<Binding channel="1" ctl="113" action="Transport/Forward"/>
<Binding channel="1" ctl="114" function="transport-stop"/>
<Binding channel="1" ctl="115" function="transport-roll"/>
<Binding channel="1" ctl="116" function="loop-toggle"/>

View File

@ -114,8 +114,8 @@
<!-- Transport buttons -->
<Binding channel="1" note="84" function="transport-stop"/> <!-- PAUSE -->
<Binding channel="1" note="85" function="transport-stop"/> <!-- REW -->
<Binding channel="1" note="86" function="transport-start"/> <!-- FF -->
<Binding channel="1" note="85" action="Transport/Rewind"/> <!-- REW -->
<Binding channel="1" note="86" action="Transport/Forward"/> <!-- FF -->
<Binding channel="1" note="87" function="transport-end"/> <!-- STOP -->
<Binding channel="1" note="88" function="transport-roll"/> <!-- PLAY -->
<Binding channel="1" note="89" function="toggle-rec-enable"/> <!-- REC -->

View File

@ -8,8 +8,8 @@
<Binding channel="1" note="46" function="next-bank" momentary="yes"/>
<!-- Transport controls -->
<Binding channel="2" note="33" action="Transport/GotoZero" momentary="yes"/> <!-- Fix for non-working transport-zero action -->
<Binding channel="1" note="91" function="transport-start" momentary="yes"/>
<Binding channel="1" note="92" function="transport-end" momentary="yes"/>
<Binding channel="1" note="91" action="Transport/Rewind" momentary="yes"/>
<Binding channel="1" note="92" action="Transport/Forward" momentary="yes"/>
<Binding channel="1" note="93" function="transport-stop" momentary="yes"/>
<Binding channel="1" note="94" function="transport-roll" momentary="yes"/>
<Binding channel="1" note="95" action="Transport/Record" momentary="yes"/> <!-- Makes record toggle -->

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<ArdourMIDIBindings version="1.0.0" name="M-Audio Oxygen25 (factory default)">
<Binding msg="bf 71 7f" function="loop-toggle"/>
<Binding msg="bf 72 7f" function="transport-start"/>
<Binding msg="bf 73 7f" function="transport-end"/>
<Binding msg="bf 72 7f" action="Transport/Rewind"/>
<Binding msg="bf 73 7f" action="Transport/Forward"/>
<Binding msg="bf 74 7f" function="transport-stop"/>
<Binding msg="bf 75 7f" function="transport-roll"/>
<Binding msg="bf 76 7f" action="Transport/record-roll"/>

View File

@ -2,8 +2,8 @@
<ArdourMIDIBindings version="1.0.0" name="M-Audio Oxygen8 V2">
<DeviceInfo bank-size="8"/>
<Binding channel="1" ctl="20" function="loop-toggle"/>
<Binding channel="1" ctl="21" function="transport-start"/>
<Binding channel="1" ctl="22" function="transport-end"/>
<Binding channel="1" ctl="21" action="Transport/Rewind"/>
<Binding channel="1" ctl="22" action="Transport/Forward"/>
<Binding channel="1" ctl="23" function="transport-stop"/>
<Binding channel="1" ctl="24" function="transport-roll"/>
<Binding channel="1" ctl="25" function="toggle-rec-enable"/>

View File

@ -67,7 +67,7 @@ NOTE: I have assumed that the top row knobs are mapped to midi
<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"/>
<Binding channel="1" note="37" action="Transport/Rewind"/>
<Binding channel="1" note="39" action="Transport/Forward"/>
</ArdourMIDIBindings>
</ArdourMIDIBindings>