g810.dot 798 B

123456789101112131415161718192021222324
  1. digraph synthdef_e4fd4ca786d453fc5dfb955c63b6fbf6 {
  2. graph [bgcolor=transparent,
  3. color=lightslategrey,
  4. dpi=72,
  5. fontname=Arial,
  6. outputorder=edgesfirst,
  7. overlap=prism,
  8. penwidth=2,
  9. rankdir=LR,
  10. ranksep=1,
  11. splines=spline,
  12. style="dotted, rounded"];
  13. node [fontname=Arial,
  14. fontsize=12,
  15. penwidth=2,
  16. shape=Mrecord,
  17. style="filled, rounded"];
  18. edge [penwidth=2];
  19. ugen_0 [fillcolor=lightsteelblue2,shape=Mrecord,
  20. label="<f_0> WhiteNoise\n(audio) | { { <f_1_0_0> 0 } }"];
  21. ugen_1 [fillcolor=lightsteelblue2,
  22. label="<f_0> UnaryOpUGen\n[HZ_TO_OCTAVE]\n(audio) | { { <f_1_0_0> source } | { <f_1_1_0> 0 } }"];
  23. ugen_0:f_1_0_0:e -> ugen_1:f_1_0_0:w [color=steelblue];
  24. }