Skip to content

Instantly share code, notes, and snippets.

@whitebyte
Created December 7, 2022 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save whitebyte/f1aa17dfbd6cb8149f1788a70cfe3016 to your computer and use it in GitHub Desktop.
Save whitebyte/f1aa17dfbd6cb8149f1788a70cfe3016 to your computer and use it in GitHub Desktop.
Ardour MIDI map for M-Audio Oxygen Pro 49
<?xml version="1.0" encoding="UTF-8"?>
<ArdourMIDIBindings version="1.0.0" name="M-Audio Oxygen Pro 49">
<!-- 2015 05 26 Erik Deroo: Map file creation -->
<!-- Auto-map should be ON -->
<!-- Transport controls -->
<Binding msg="bf 71 7f" function="loop-toggle"/>
<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"/>
<!-- Gain controls. Faders are mapped to faders. -->
<Binding channel="16" ctl="33" uri="/route/gain 1"/>
<Binding channel="16" ctl="34" uri="/route/gain 2"/>
<Binding channel="16" ctl="35" uri="/route/gain 3"/>
<Binding channel="16" ctl="36" uri="/route/gain 4"/>
<Binding channel="16" ctl="37" uri="/route/gain 5"/>
<Binding channel="16" ctl="38" uri="/route/gain 6"/>
<Binding channel="16" ctl="39" uri="/route/gain 7"/>
<Binding channel="16" ctl="40" uri="/route/gain 8"/>
<Binding channel="16" ctl="32" uri="/route/gain master"/>
<!-- Pan controls. Encoders are mapped to pan direction. -->
<Binding channel="16" ctl="17" uri="/route/pandirection 1"/>
<Binding channel="16" ctl="18" uri="/route/pandirection 2"/>
<Binding channel="16" ctl="19" uri="/route/pandirection 3"/>
<Binding channel="16" ctl="20" uri="/route/pandirection 4"/>
<Binding channel="16" ctl="21" uri="/route/pandirection 5"/>
<Binding channel="16" ctl="22" uri="/route/pandirection 6"/>
<Binding channel="16" ctl="23" uri="/route/pandirection 7"/>
<Binding channel="16" ctl="24" uri="/route/pandirection 8"/>
<!-- Status controls -->
<!-- Status buttons are mapped to solo toggles. -->
<Binding channel="16" ctl="49" uri="/route/recenable 1"/>
<Binding channel="16" ctl="50" uri="/route/recenable 2"/>
<Binding channel="16" ctl="51" uri="/route/recenable 3"/>
<Binding channel="16" ctl="52" uri="/route/recenable 4"/>
<Binding channel="16" ctl="53" uri="/route/recenable 5"/>
<Binding channel="16" ctl="54" uri="/route/recenable 6"/>
<Binding channel="16" ctl="55" uri="/route/recenable 7"/>
<Binding channel="16" ctl="56" uri="/route/recenable 8"/>
<Binding channel="16" ctl="57" uri="/route/solo 1"/>
<Binding channel="16" ctl="58" uri="/route/solo 2"/>
<Binding channel="16" ctl="59" uri="/route/solo 3"/>
<Binding channel="16" ctl="60" uri="/route/solo 4"/>
<Binding channel="16" ctl="61" uri="/route/solo 5"/>
<Binding channel="16" ctl="62" uri="/route/solo 6"/>
<Binding channel="16" ctl="63" uri="/route/solo 7"/>
<Binding channel="16" ctl="64" uri="/route/solo 8"/>
<Binding channel="16" ctl="65" uri="/route/mute 1"/>
<Binding channel="16" ctl="66" uri="/route/mute 2"/>
<Binding channel="16" ctl="67" uri="/route/mute 3"/>
<Binding channel="16" ctl="68" uri="/route/mute 4"/>
<Binding channel="16" ctl="69" uri="/route/mute 5"/>
<Binding channel="16" ctl="70" uri="/route/mute 6"/>
<Binding channel="16" ctl="71" uri="/route/mute 7"/>
<Binding channel="16" ctl="72" uri="/route/mute 8"/>
<Binding channel="16" ctl="73" uri="/route/select 1"/>
<Binding channel="16" ctl="74" uri="/route/select 2"/>
<Binding channel="16" ctl="75" uri="/route/select 3"/>
<Binding channel="16" ctl="76" uri="/route/select 4"/>
<Binding channel="16" ctl="77" uri="/route/select 5"/>
<Binding channel="16" ctl="78" uri="/route/select 6"/>
<Binding channel="16" ctl="79" uri="/route/select 7"/>
<Binding channel="16" ctl="80" uri="/route/select 8"/>
</ArdourMIDIBindings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment