Robin Gareus
54c4d3adc5
Collect architecture independent data in 'share' subfolder. This also matches the install path
17 lines
703 B
XML
17 lines
703 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ArdourMIDIBindings version="1.0.0" name="Novation Launchkey 25">
|
|
|
|
<!-- Transport controls -->
|
|
|
|
<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"/>
|
|
<Binding channel="1" ctl="117" function="toggle-rec-enable"/>
|
|
|
|
<!-- Round buttons beside transport -->
|
|
<Binding channel="1" ctl="104" action="Editor/select-next-route"/>
|
|
<Binding channel="1" ctl="105" action="Editor/select-prev-route"/>
|
|
</ArdourMIDIBindings>
|