1 |
digraph avcconnections { |
---|
2 |
"(9) MSU Audio Output 1/2" -> "(0) ASU Audio Input 1394 1/2" |
---|
3 |
"(0) ASU Audio Input 1394 1/2" -> "(2) ASU Audio Output Ext 1/2" |
---|
4 |
"(17) Ext Audio Input 1/2" -> "(1) ASU Audio Input Ext 1/2" |
---|
5 |
"(1) ASU Audio Input Ext 1/2" -> "(3) ASU Audio Output 1394 1/2" |
---|
6 |
"(2) ASU Audio Output Ext 1/2" -> "(21) Ext Audio Output 1/2" |
---|
7 |
"(3) ASU Audio Output 1394 1/2" -> "(5) MSU Audio Input 1/2" |
---|
8 |
"(12) PCR Compound Input" -> "(4) MSU Compound Input" |
---|
9 |
"(16) Ext Midi Input" -> "(6) MSU Midi Input" |
---|
10 |
"(18) Internal" -> "(7) MSU Synch Input" |
---|
11 |
"(8) MSU Compound Output" -> "(14) PCR Compound Output" |
---|
12 |
"(10) MSU Midi Output" -> "(20) Ext Midi Output" |
---|
13 |
"(11) MSU Synch Output" -> "(15) PCR Synch Output" |
---|
14 |
"(0) ASU Audio Input 1394 1/2" [color=green,style=filled]; |
---|
15 |
"(1) ASU Audio Input Ext 1/2" [color=green,style=filled]; |
---|
16 |
"(2) ASU Audio Output Ext 1/2" [color=green,style=filled]; |
---|
17 |
"(3) ASU Audio Output 1394 1/2" [color=green,style=filled]; |
---|
18 |
"(4) MSU Compound Input" [color=green,style=filled]; |
---|
19 |
"(5) MSU Audio Input 1/2" [color=green,style=filled]; |
---|
20 |
"(6) MSU Midi Input" [color=green,style=filled]; |
---|
21 |
"(7) MSU Synch Input" [color=green,style=filled]; |
---|
22 |
"(8) MSU Compound Output" [color=green,style=filled]; |
---|
23 |
"(9) MSU Audio Output 1/2" [color=green,style=filled]; |
---|
24 |
"(10) MSU Midi Output" [color=green,style=filled]; |
---|
25 |
"(11) MSU Synch Output" [color=green,style=filled]; |
---|
26 |
"(12) PCR Compound Input" [color=coral,style=filled]; |
---|
27 |
"(13) PCR Synch Input" [color=coral,style=filled]; |
---|
28 |
"(14) PCR Compound Output" [color=coral,style=filled]; |
---|
29 |
"(15) PCR Synch Output" [color=coral,style=filled]; |
---|
30 |
"(16) Ext Midi Input" [color=slateblue,style=filled]; |
---|
31 |
"(17) Ext Audio Input 1/2" [color=slateblue,style=filled]; |
---|
32 |
"(18) Internal" [color=slateblue,style=filled]; |
---|
33 |
"(19) External" [color=slateblue,style=filled]; |
---|
34 |
"(20) Ext Midi Output" [color=slateblue,style=filled]; |
---|
35 |
"(21) Ext Audio Output 1/2" [color=slateblue,style=filled]; |
---|
36 |
} |
---|