1 |
digraph avcconnections { |
---|
2 |
"(19) MSU Wave Output 1/2" -> "(0) ASU Wave Output 1/2" |
---|
3 |
"(0) ASU Wave Output 1/2" -> "(6) Feature FB Ext In 1/2" |
---|
4 |
"(20) MSU Wave Output 3/4" -> "(1) ASU Wave Output 3/4" |
---|
5 |
"(1) ASU Wave Output 3/4" -> "(8) Feature FB Ext In 3/4" |
---|
6 |
"(21) MSU Wave Output 5/6" -> "(2) ASU Wave Output 5/6" |
---|
7 |
"(2) ASU Wave Output 5/6" -> "(10) Feature FB Ext In 5/6" |
---|
8 |
"(7) Feature FB Ext Out 1/2" -> "(3) ASU Ext Audio Output 1/2" |
---|
9 |
"(3) ASU Ext Audio Output 1/2" -> "(33) Ext Audio Output 1/2" |
---|
10 |
"(9) Feature FB Ext Out 3/4" -> "(4) ASU Ext Audio Output 3/4" |
---|
11 |
"(4) ASU Ext Audio Output 3/4" -> "(34) Ext Audio Output 3/4" |
---|
12 |
"(11) Feature FB Ext Out 5/6" -> "(5) ASU Ext Audio Output 5/6" |
---|
13 |
"(5) ASU Ext Audio Output 5/6" -> "(35) Ext Audio Output 5/6" |
---|
14 |
"(24) PCR Compound Input" -> "(12) MSU Wave Output" |
---|
15 |
"(29) Ext Audio Input 1/2" -> "(13) MSU Wave Input 1/2" |
---|
16 |
"(30) Ext Audio Input 3/4" -> "(14) MSU Wave Input 3/4" |
---|
17 |
"(31) Ext Audio Input 5/6" -> "(15) MSU Wave Input 5/6" |
---|
18 |
"(28) Ext Midi Input" -> "(16) MSU Midi Input" |
---|
19 |
"(23) MSU Synch Output" -> "(17) MSU Synch Input" |
---|
20 |
"(18) MSU Wave Input" -> "(26) PCR Compound Output" |
---|
21 |
"(22) MSU Midi Output" -> "(32) Ext Midi Output" |
---|
22 |
"(23) MSU Synch Output" -> "(27) PCR Synch Output" |
---|
23 |
"(6) Feature FB Ext In 1/2" -> "(Feature FB, ID 1)" |
---|
24 |
"(Feature FB, ID 1)" -> "(7) Feature FB Ext Out 1/2" |
---|
25 |
"(8) Feature FB Ext In 3/4" -> "(Feature FB, ID 2)" |
---|
26 |
"(Feature FB, ID 2)" -> "(9) Feature FB Ext Out 3/4" |
---|
27 |
"(10) Feature FB Ext In 5/6" -> "(Feature FB, ID 3)" |
---|
28 |
"(Feature FB, ID 3)" -> "(11) Feature FB Ext Out 5/6" |
---|
29 |
"(0) ASU Wave Output 1/2" [color=green,style=filled]; |
---|
30 |
"(1) ASU Wave Output 3/4" [color=green,style=filled]; |
---|
31 |
"(2) ASU Wave Output 5/6" [color=green,style=filled]; |
---|
32 |
"(3) ASU Ext Audio Output 1/2" [color=green,style=filled]; |
---|
33 |
"(4) ASU Ext Audio Output 3/4" [color=green,style=filled]; |
---|
34 |
"(5) ASU Ext Audio Output 5/6" [color=green,style=filled]; |
---|
35 |
"(6) Feature FB Ext In 1/2" [color=yellow,style=filled]; |
---|
36 |
"(7) Feature FB Ext Out 1/2" [color=yellow,style=filled]; |
---|
37 |
"(8) Feature FB Ext In 3/4" [color=yellow,style=filled]; |
---|
38 |
"(9) Feature FB Ext Out 3/4" [color=yellow,style=filled]; |
---|
39 |
"(10) Feature FB Ext In 5/6" [color=yellow,style=filled]; |
---|
40 |
"(11) Feature FB Ext Out 5/6" [color=yellow,style=filled]; |
---|
41 |
"(12) MSU Wave Output" [color=green,style=filled]; |
---|
42 |
"(13) MSU Wave Input 1/2" [color=green,style=filled]; |
---|
43 |
"(14) MSU Wave Input 3/4" [color=green,style=filled]; |
---|
44 |
"(15) MSU Wave Input 5/6" [color=green,style=filled]; |
---|
45 |
"(16) MSU Midi Input" [color=green,style=filled]; |
---|
46 |
"(17) MSU Synch Input" [color=green,style=filled]; |
---|
47 |
"(18) MSU Wave Input" [color=green,style=filled]; |
---|
48 |
"(19) MSU Wave Output 1/2" [color=green,style=filled]; |
---|
49 |
"(20) MSU Wave Output 3/4" [color=green,style=filled]; |
---|
50 |
"(21) MSU Wave Output 5/6" [color=green,style=filled]; |
---|
51 |
"(22) MSU Midi Output" [color=green,style=filled]; |
---|
52 |
"(23) MSU Synch Output" [color=green,style=filled]; |
---|
53 |
"(24) PCR Compound Input" [color=coral,style=filled]; |
---|
54 |
"(25) PCR Synch Input" [color=coral,style=filled]; |
---|
55 |
"(26) PCR Compound Output" [color=coral,style=filled]; |
---|
56 |
"(27) PCR Synch Output" [color=coral,style=filled]; |
---|
57 |
"(28) Ext Midi Input" [color=slateblue,style=filled]; |
---|
58 |
"(29) Ext Audio Input 1/2" [color=slateblue,style=filled]; |
---|
59 |
"(30) Ext Audio Input 3/4" [color=slateblue,style=filled]; |
---|
60 |
"(31) Ext Audio Input 5/6" [color=slateblue,style=filled]; |
---|
61 |
"(32) Ext Midi Output" [color=slateblue,style=filled]; |
---|
62 |
"(33) Ext Audio Output 1/2" [color=slateblue,style=filled]; |
---|
63 |
"(34) Ext Audio Output 3/4" [color=slateblue,style=filled]; |
---|
64 |
"(35) Ext Audio Output 5/6" [color=slateblue,style=filled]; |
---|
65 |
} |
---|
66 |
|
---|