AvcModels/MackieOnyx: onyx.dot

File onyx.dot, 2.3 kB (added by ppalmers, 5 years ago)
Line 
1 digraph avcconnections {
2         "(15) MSU Audio Output" -> "(0) ASU Audio Input 1394"
3         "(0) ASU Audio Input 1394" -> "(4) FB Audio In 1394"
4         "(21) Ext Audio Input" -> "(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         "(2) ASU Audio Output 1394" -> "(11) MSU Audio Input"
8         "(5) FB Audio Out Ext" -> "(3) ASU Audio Output Ext"
9         "(3) ASU Audio Output Ext" -> "(24) Ext Audio Ouput"
10         "(17) PCR Compound Input" -> "(8) MSU Compound Input"
11         "(21) Ext Audio Input" -> "(10) MSU Ext Synch"
12         "(22) Ext Midi Input" -> "(12) MSU Midi Input"
13         "(13) MSU Compound Output" -> "(19) PCR Compound Ouput"
14         "(14) MSU Synch Output" -> "(20) PCR Synch Output"
15         "(16) MSU Midi Output" -> "(25) Ext Midi Ouput"
16         "(4) FB Audio In 1394" -> "(Feature FB, ID 1)"
17         "(Feature FB, ID 1)" ->         "(5) FB Audio Out Ext"
18         "(6) FB Audio In Ext" -> "(Feature FB, ID 2)"
19         "(Feature FB, ID 2)" ->         "(7) FB Audio Out 1394"
20         "(0) ASU Audio Input 1394" [color=green,style=filled];
21         "(1) ASU Audio Input Ext" [color=green,style=filled];
22         "(2) ASU Audio Output 1394" [color=green,style=filled];
23         "(3) ASU Audio Output Ext" [color=green,style=filled];
24         "(4) FB Audio In 1394" [color=yellow,style=filled];
25         "(5) FB Audio Out Ext" [color=yellow,style=filled];
26         "(6) FB Audio In Ext" [color=yellow,style=filled];
27         "(7) FB Audio Out 1394" [color=yellow,style=filled];
28         "(8) MSU Compound Input" [color=green,style=filled];
29         "(9) MSU Int Synch" [color=green,style=filled];
30         "(10) MSU Ext Synch" [color=green,style=filled];
31         "(11) MSU Audio Input" [color=green,style=filled];
32         "(12) MSU Midi Input" [color=green,style=filled];
33         "(13) MSU Compound Output" [color=green,style=filled];
34         "(14) MSU Synch Output" [color=green,style=filled];
35         "(15) MSU Audio Output" [color=green,style=filled];
36         "(16) MSU Midi Output" [color=green,style=filled];
37         "(17) PCR Compound Input" [color=coral,style=filled];
38         "(18) PCR Synch Input" [color=coral,style=filled];
39         "(19) PCR Compound Ouput" [color=coral,style=filled];
40         "(20) PCR Synch Output" [color=coral,style=filled];
41         "(21) Ext Audio Input" [color=slateblue,style=filled];
42         "(22) Ext Midi Input" [color=slateblue,style=filled];
43         "(23) Ext WClock Input" [color=slateblue,style=filled];
44         "(24) Ext Audio Ouput" [color=slateblue,style=filled];
45         "(25) Ext Midi Ouput" [color=slateblue,style=filled];
46 }