-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjack_conns.xml
22 lines (22 loc) · 923 Bytes
/
jack_conns.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<aj-snapshot>
<jack>
<client name="a2j">
<port name="MIDI Mix [20] (capture): MIDI Mix MIDI 1">
<connection port="midi-mix-out-monitor:input"/>
<connection port="DigitalMixerControlIn:Midi In"/>
</port>
<port name="MIDI Mix [28] (capture): MIDI Mix MIDI 1">
<connection port="midi-mix-out-monitor:input"/>
<connection port="DigitalMixerControlIn:Midi In"/>
</port>
</client>
<client name="DigitalMixerControlOut">
<port name="Midi Out">
<connection port="a2j:MIDI Mix [20] (playback): MIDI Mix MIDI 1"/>
<connection port="a2j:MIDI Mix [28] (playback): MIDI Mix MIDI 1"/>
<connection port="digi-mix-out-monitor:input"/>
</port>
</client>
</jack>
</aj-snapshot>