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

@ -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"/>