AvcModels/PhonicHelix18FWMkII: phonic_helix18.dot

File phonic_helix18.dot, 3.3 kB (added by efti, 4 years ago)

DOT file for device

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