aj-snapshot restore snapshots of JACK connections

main
dan 2023-08-19 16:06:12 +02:00
parent ec32bb256b
commit 55cb156226
1 changed files with 68 additions and 0 deletions

68
jacksnap.xml 100644
View File

@ -0,0 +1,68 @@
<?xml version="1.0" encoding="utf-8"?>
<aj-snapshot>
<alsa>
<client name="System">
<port id="0" />
<port id="1" />
</client>
<client name="Midi Through">
<port id="0" />
</client>
<client name="jack_midi" />
</alsa>
<jack>
<client name="system">
<port name="capture_1">
<connection port="Mixxx:in_0" />
<connection port="mic_out:front-left" />
<connection port="mumble:input" />
</port>
<port name="capture_2">
<connection port="Mixxx:in_1" />
<connection port="mic_out:front-right" />
<connection port="mumble:input" />
</port>
<port name="midi_capture_1" />
</client>
<client name="aux_in">
<port name="front-left">
<connection port="Mixxx:in_2" />
</port>
<port name="front-right">
<connection port="Mixxx:in_3" />
</port>
</client>
<client name="aux2_in">
<port name="front-left">
<connection port="Mixxx:in_4" />
</port>
<port name="front-right">
<connection port="Mixxx:in_5" />
</port>
</client>
<client name="mic_in">
<port name="front-left">
<connection port="Mixxx:in_6" />
</port>
<port name="front-right">
<connection port="Mixxx:in_7" />
</port>
</client>
<client name="Mixxx">
<port name="out_0">
<connection port="system:playback_1" />
</port>
<port name="out_1">
<connection port="system:playback_2" />
</port>
</client>
<client name="mumble">
<port name="output_1">
<connection port="Mixxx:in_6" />
</port>
<port name="output_2">
<connection port="Mixxx:in_7" />
</port>
</client>
</jack>
</aj-snapshot>