2 strict digraph faustflow {
8 bin[label="fx~.pd_linux"];
9 arch[label="puredata.cpp"];
10 svgfolder[shape=box, label="fx.dsp-svg/"];
11 svg[label="process.svg"];
13 node[shape=box, color=blue, fillcolor=lightblue, style=filled];
15 GCC[label="g++", shape=box, color=blue, fillcolor=lightblue, style=filled];
16 F2PD[label="faust2pd", shape=box, color=blue, fillcolor=lightblue, style=filled];
18 FAUST->svgfolder[label="-svg",weight=5];
21 dsp->FAUST[weight=10];
22 FAUST->cpp[label="-o",weight=10];
26 arch->FAUST[label="-a"]; {rank=same; arch FAUST}
29 FAUST->xml[label="-xml"];