rdd
October 5, 2021, 8:44am
1
Below is a link to a library to draw UGen graphs using GraphViz.
It can be installed by typing: Quarks.install("https://gitlab.com/rd--/sc3-dot")
There’s an old version of this at https://github.com/supercollider-quarks/quarks/ so this is just a change of address announcement.
Source archive: https://gitlab.com/rd--/sc3-dot
Tiny demonstration video: https://vimeo.com/623204031
GraphViz: https://graphviz.org/
3 Likes
This looks much better than the already excellent original.
But when I do:
DotViewer.draw(a)
it tries to open the file in Word. I can’t remember how to avoid this. Any clues?
Sam
rdd
October 5, 2021, 8:11pm
4
I don’t know if this still works, but perhaps? Fredrik has answers for everything!
(Get info on a .dot file in Finder and change all filetypes to open with graphiviz. You’ll find the .dot files from rd_dot in your hidden /tmp directory)
https://fredrikolofsson.com/f0blog/one-reason-why-i-love-sc/
1 Like