Skip to content

Instantly share code, notes, and snippets.

@daslicht
Created November 28, 2014 17:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daslicht/b6cf690276c527dc4cfd to your computer and use it in GitHub Desktop.
Save daslicht/b6cf690276c527dc4cfd to your computer and use it in GitHub Desktop.
Studio One Relative Controller Mapping
<?xml version="1.0" encoding="UTF-8"?>
<ControlSurface>
<Controls>
<Control name="controlb005e" title="PlayPause" type="button" options="receive public">
<MidiMessage status="#B0" channel="0" address="#5E"/>
</Control>
<Control name="controlb005f" title="Rec" type="button" options="receive public">
<MidiMessage status="#B0" channel="0" address="#5F"/>
</Control>
<Control name="controlb0057" title="Control1" type="relative" options="receive public">
<MidiMessage status="#B0" channel="0" address="#57" options="reversed"/>
</Control>
<Control name="controlb0157" title="Control2" type="button" options="receive public">
<MidiMessage status="#B0" channel="1" address="#57" options="reversed"/>
</Control>
<Control name="controlb000e" title="Control3" type="relative" options="receive transmit nofeedback public">
<MidiMessage status="#B0" channel="0" address="#E" options="reversed"/>
</Control>
<Control name="controlb0030" title="Control4" type="button" options="receive public">
<MidiMessage status="#B0" channel="0" address="#30" options="reversed"/>
</Control>
<Control name="controlb0010" title="Control5" type="relative" options="receive public">
<MidiMessage status="#B0" channel="0" address="#10" options="reversed"/>
</Control>
<Control name="controlb0011" title="Control6" type="relative" options="receive public">
<MidiMessage status="#B0" channel="0" address="#11" options="reversed"/>
</Control>
<Control name="controlb0012" title="Control7" type="relative" options="receive public">
<MidiMessage status="#B0" channel="0" address="#12" options="reversed"/>
</Control>
<Control name="controlb0013" title="Control8" type="relative" options="receive public">
<MidiMessage status="#B0" channel="0" address="#13" options="reversed"/>
</Control>
<Control name="controlb0014" title="Control9" type="relative" options="receive public">
<MidiMessage status="#B0" channel="0" address="#14" options="reversed"/>
</Control>
<Control name="controlb0015" title="Control10" type="relative" options="receive public">
<MidiMessage status="#B0" channel="0" address="#15" options="reversed"/>
</Control>
<Control name="controlb0016" title="Control11" type="relative" options="receive public">
<MidiMessage status="#B0" channel="0" address="#16" options="reversed"/>
</Control>
<Control name="controlb0017" title="Control12" type="relative" options="receive public">
<MidiMessage status="#B0" channel="0" address="#17" options="reversed"/>
</Control>
<Control name="controlb0118" title="Control13" type="relative" options="receive public">
<MidiMessage status="#B0" channel="1" address="#18" options="reversed"/>
</Control>
<Control name="controlb000f" title="Control14" type="relative" options="receive public">
<MidiMessage status="#B0" channel="0" address="#F" options="reversed"/>
</Control>
</Controls>
</ControlSurface>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment