Updates to routings and rack presets.

This commit is contained in:
Jonathan Bernard 2017-02-25 09:01:30 -06:00
parent 4cfba7f07e
commit cf223471e9
7 changed files with 22 additions and 14 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,48 +1,54 @@
<!DOCTYPE patchbay>
<patchbay name="onboard" version="0.4.2">
<output-sockets>
<socket type="jack-audio" exclusive="off" name="Headphones OUT L" client="jack_rack_headphones">
<socket type="jack-audio" name="Headphones OUT L" exclusive="off" client="jack_rack_headphones">
<plug>out_1</plug>
</socket>
<socket type="jack-audio" exclusive="off" name="Headphones OUT R" client="jack_rack_headphones">
<socket type="jack-audio" name="Headphones OUT R" exclusive="off" client="jack_rack_headphones">
<plug>out_2</plug>
</socket>
<socket type="jack-audio" exclusive="off" name="Qsynth OUT L" client="qsynth">
<socket type="jack-audio" name="Qsynth OUT L" exclusive="off" client="qsynth">
<plug>l_00</plug>
</socket>
<socket type="jack-audio" exclusive="off" name="Qsynth OUT R" client="qsynth">
<socket type="jack-audio" name="Qsynth OUT R" exclusive="off" client="qsynth">
<plug>r_00</plug>
</socket>
<socket type="jack-midi" exclusive="off" name="jack-keyboard SEND" client="jack-keyboard">
<socket type="jack-midi" name="jack-keyboard SEND" exclusive="off" client="jack-keyboard">
<plug>midi_out</plug>
</socket>
<socket type="alsa-midi" exclusive="off" name="j2a_bridge OUT" client="j2a_bridge">
<socket type="alsa-midi" name="j2a_bridge OUT" exclusive="off" client="j2a_bridge">
<plug>capture</plug>
</socket>
<socket type="alsa-midi" exclusive="off" name="Oxygen61" client="Oxygen 61">
<socket type="alsa-midi" name="Oxygen61" exclusive="off" client="Oxygen 61">
<plug>Oxygen 61 MIDI 1</plug>
</socket>
<socket type="jack-audio" name="PulseAudio Sink L" exclusive="off" client="PulseAudio JACK Sink">
<plug>front-left</plug>
</socket>
<socket type="jack-audio" name="PulseAudio Sink R" exclusive="off" client="PulseAudio JACK Sink">
<plug>front-right</plug>
</socket>
</output-sockets>
<input-sockets>
<socket type="jack-audio" exclusive="off" name="Headphones IN L" client="jack_rack_headphones">
<socket type="jack-audio" name="Headphones IN L" exclusive="off" client="jack_rack_headphones">
<plug>in_1</plug>
</socket>
<socket type="jack-audio" exclusive="off" name="Headphones IN R" client="jack_rack_headphones">
<socket type="jack-audio" name="Headphones IN R" exclusive="off" client="jack_rack_headphones">
<plug>in_2</plug>
</socket>
<socket type="jack-audio" exclusive="off" name="Bass FX IN" client="jack_rack_bass">
<socket type="jack-audio" name="Bass FX IN" exclusive="off" client="jack_rack_bass">
<plug>in_1</plug>
</socket>
<socket type="jack-audio" exclusive="off" name="System OUT L" client="system">
<socket type="jack-audio" name="System OUT L" exclusive="off" client="system">
<plug>playback_1</plug>
</socket>
<socket type="jack-audio" exclusive="off" name="System OUT R" client="system">
<socket type="jack-audio" name="System OUT R" exclusive="off" client="system">
<plug>playback_2</plug>
</socket>
<socket type="jack-midi" exclusive="off" name="j2a_bridge IN" client="j2a_bridge">
<socket type="jack-midi" name="j2a_bridge IN" exclusive="off" client="j2a_bridge">
<plug>playback</plug>
</socket>
<socket type="alsa-midi" exclusive="off" name="FLUID Synth IN" client="FLUID Synth \([0-9]+\)">
<socket type="alsa-midi" name="FLUID Synth IN" exclusive="off" client="FLUID Synth \([0-9]+\)">
<plug>Synth input port \([0-9]+:0\)</plug>
</socket>
</input-sockets>
@ -55,6 +61,8 @@
<cable type="jack-midi" output="jack-keyboard SEND" input="j2a_bridge IN"/>
<cable type="alsa-midi" output="j2a_bridge OUT" input="FLUID Synth IN"/>
<cable type="alsa-midi" output="Oxygen61" input="FLUID Synth IN"/>
<cable type="jack-audio" output="PulseAudio Sink L" input="Headphones IN L"/>
<cable type="jack-audio" output="PulseAudio Sink R" input="Headphones IN R"/>
</cables>
</patchbay>