2 strict digraph faustflow {
5 scalar[label="fx.cpp\nscalar"];
6 vector[label="fx.cpp\nvector"];
7 openmp[label="fx.cpp\nOpenMP"];
9 node[shape=box, color=blue, fillcolor=lightblue, style=filled];
12 dsp->FAUST[weight=10];
13 FAUST->scalar[weight=10];
14 FAUST->vector[label="-vec"];
15 FAUST->openmp[label="-omp"];