dot graph generation for Csound
Date | 2015-12-15 02:59 |
From | Beinan Li |
Subject | dot graph generation for Csound |
Hi Csound,
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
I know that in CsoundQt, you can generate from code a schematic graph that looks like a dot/graphviz graph. I'd like to know if there is a standalone utility or CLI option in standard Csound already for this, before I look into CsoundQt source code. Thanks, Beinan |
Date | 2015-12-15 06:11 |
From | Andres Cabrera |
Subject | Re: dot graph generation for Csound |
The source code for this is in CsoundQt not great and breaks with some types of input (likely with the new syntax additions too). I think nowadays where we can access the parsed tree from Csound a more robust method could me written. Cheers,On Mon, Dec 14, 2015 at 6:59 PM, Beinan Li <li.beinan@gmail.com> wrote:
|