Initial commit with JACK Rack presets and QJackCtl patchbay routings.
This commit is contained in:
78
qjackctl-routing-settings/church-eq-mix.xml
Normal file
78
qjackctl-routing-settings/church-eq-mix.xml
Normal file
@ -0,0 +1,78 @@
|
||||
<!DOCTYPE patchbay>
|
||||
<patchbay version="0.3.11" name="church-eq-mix">
|
||||
<output-sockets>
|
||||
<socket exclusive="off" client="system" type="jack-audio" name="Bass Out">
|
||||
<plug>capture_1</plug>
|
||||
</socket>
|
||||
<socket exclusive="off" client="jack_rack_bass" type="jack-audio" name="Bass FX Out L">
|
||||
<plug>out_1</plug>
|
||||
</socket>
|
||||
<socket exclusive="off" client="jack_rack_bass" type="jack-audio" name="Bass FX Out R">
|
||||
<plug>out_1</plug>
|
||||
</socket>
|
||||
<socket exclusive="off" client="system" type="jack-audio" name="Mix L">
|
||||
<plug>capture_3</plug>
|
||||
</socket>
|
||||
<socket exclusive="off" client="system" type="jack-audio" name="Mix R">
|
||||
<plug>capture_4</plug>
|
||||
</socket>
|
||||
<socket exclusive="off" client="jack_rack_mix" type="jack-audio" name="Mix FX Out L">
|
||||
<plug>out_1</plug>
|
||||
</socket>
|
||||
<socket exclusive="off" client="jack_rack_mix" type="jack-audio" name="Mix FX Out R">
|
||||
<plug>out_2</plug>
|
||||
</socket>
|
||||
</output-sockets>
|
||||
<input-sockets>
|
||||
<socket exclusive="off" client="zita-at1" type="jack-audio" name="AT1 (Tuner)">
|
||||
<plug>in</plug>
|
||||
</socket>
|
||||
<socket exclusive="off" client="system" type="jack-audio" name="Bass Send">
|
||||
<plug>playback_3</plug>
|
||||
</socket>
|
||||
<socket exclusive="off" client="jack_rack_bass" type="jack-audio" name="Bass FX">
|
||||
<plug>in_1</plug>
|
||||
</socket>
|
||||
<socket exclusive="off" client="meter" type="jack-audio" name="Meter: Bass Raw">
|
||||
<plug>meter_1</plug>
|
||||
</socket>
|
||||
<socket exclusive="off" client="meter" type="jack-audio" name="Meter: Bass Post FX">
|
||||
<plug>meter_2</plug>
|
||||
</socket>
|
||||
<socket exclusive="off" client="system" type="jack-audio" name="Monitor L">
|
||||
<plug>playback_1</plug>
|
||||
</socket>
|
||||
<socket exclusive="off" client="system" type="jack-audio" name="Monitor R">
|
||||
<plug>playback_2</plug>
|
||||
</socket>
|
||||
<socket exclusive="off" client="jack_rack_mix" type="jack-audio" name="Mix FX L">
|
||||
<plug>in_1</plug>
|
||||
</socket>
|
||||
<socket exclusive="off" client="jack_rack_mix" type="jack-audio" name="Mix FX R">
|
||||
<plug>in_2</plug>
|
||||
</socket>
|
||||
<socket exclusive="off" client="meter" type="jack-audio" name="Meter: Mix L">
|
||||
<plug>meter_3</plug>
|
||||
</socket>
|
||||
<socket exclusive="off" client="meter" type="jack-audio" name="Meter: Mix R">
|
||||
<plug>meter_4</plug>
|
||||
</socket>
|
||||
</input-sockets>
|
||||
<slots/>
|
||||
<cables>
|
||||
<cable output="Bass Out" input="Bass FX" type="jack-audio"/>
|
||||
<cable output="Bass Out" input="Bass Send" type="jack-audio"/>
|
||||
<cable output="Bass Out" input="AT1 (Tuner)" type="jack-audio"/>
|
||||
<cable output="Bass Out" input="Meter: Bass Raw" type="jack-audio"/>
|
||||
<cable output="Mix L" input="Mix FX L" type="jack-audio"/>
|
||||
<cable output="Mix L" input="Meter: Mix L" type="jack-audio"/>
|
||||
<cable output="Mix R" input="Mix FX R" type="jack-audio"/>
|
||||
<cable output="Mix R" input="Meter: Mix R" type="jack-audio"/>
|
||||
<cable output="Bass FX Out L" input="Monitor L" type="jack-audio"/>
|
||||
<cable output="Bass FX Out L" input="Meter: Bass Post FX" type="jack-audio"/>
|
||||
<cable output="Bass FX Out R" input="Monitor R" type="jack-audio"/>
|
||||
<cable output="Mix FX Out L" input="Monitor L" type="jack-audio"/>
|
||||
<cable output="Mix FX Out R" input="Monitor R" type="jack-audio"/>
|
||||
</cables>
|
||||
</patchbay>
|
||||
|
Reference in New Issue
Block a user