[Csnd] graphviz
Date | 2008-05-23 01:25 |
From | atir ajnopse |
Subject | [Csnd] graphviz |
Attachments | trapped_1.pdf instrument_graph.py |
hi. as a side effect of a current project, I did a small visualization script in python to view an instrument as a graphviz diagram. It still does not parse gotos, ifs and the like, and since it parses instruments and not complete CSDs, global variables are also not supported. But it does help clarify big instruments (i did it for debugging). I attached one sample pdf. If someone finds it useful, here it is. it needs pyparsing and pydot. cheers, eduardo |
Date | 2008-05-23 09:20 |
From | "Oeyvind Brandtsegg" |
Subject | [Csnd] Re: graphviz |
Attachments | None |
Date | 2008-05-23 09:27 |
From | Andrea Valle |
Subject | [Csnd] Re: Re: graphviz |
very easy. At each node/edge level or a as a general style property. (very interesting work: in SuperCollider there is something strictly analogous. I'm using for my graph-based composition system graphviz too. With ZGRViewer for interactive exploration ) Best -a- -a- On 23 May 2008, at 10:20, Oeyvind Brandtsegg wrote:
-------------------------------------------------- Andrea Valle -------------------------------------------------- CIRMA - DAMS Università degli Studi di Torino -------------------------------------------------- " Think of it as seasoning . noise [salt] is boring . F(blah) [food without salt] can be boring . F(noise, blah) can be really tasty " (Ken Perlin on noise) |
Date | 2008-05-23 09:50 |
From | "Oeyvind Brandtsegg" |
Subject | [Csnd] Re: Re: Re: graphviz |
Attachments | None |