Re: Software for generating block diagrams
Date | 2015-12-29 02:33 |
From | Partev Barr Sarkissian |
Subject | Re: Software for generating block diagrams |
Csound Power! by Jim Aikin The Audio Programming Book by Richard Boulanger and Victor Lazzarini, foreword by Max Mathews -PBS ================================= --- bhmerchant@GMAIL.COM wrote: From: Brian Merchant <bhmerchant@GMAIL.COM> To: CSOUND@LISTSERV.HEANET.IE Subject: Re: [Csnd] Software for generating block diagrams Date: Mon, 28 Dec 2015 17:58:19 -0800 What is the Csound book with these diagrams? (sorry!) Kind regards,On Mon, Dec 28, 2015 at 5:55 PM, Guillermo Senna <gsenna@gmail.com> wrote: Oh, that's a shame... I like those shapes better. I'll probably use Netscape. Just the Net You Need. |
Date | 2015-12-29 15:22 |
From | Paul Batchelor |
Subject | Re: Software for generating block diagrams |
I've found DOT to to be very helpful for quickly producing flow charts for representing signal flow: http://www.graphviz.org/doc/info/lang.html Dot is part of a larger collection of utilities called "graphviz", found here: -P On Mon, Dec 28, 2015 at 9:33 PM, Partev Barr Sarkissian <encino_man@netscape.com> wrote:
|
Date | 2015-12-29 16:15 |
From | Rory Walsh |
Subject | Re: Software for generating block diagrams |
Isn't this what CsoundQT uses to generate its block diagrams? On 29 December 2015 at 15:22, Paul Batchelor <ralphbluecoat@gmail.com> wrote:
|
Date | 2015-12-29 17:40 |
From | Justin Smith |
Subject | Re: Software for generating block diagrams |
Also, there is a really great tutorial for graphiz based on R. Kelly's hiphopera "stuck in the closet" http://robrhinehart.com/?p=119 On Tue, Dec 29, 2015 at 8:16 AM Rory Walsh <rorywalsh@ear.ie> wrote:
|
Date | 2015-12-29 23:41 |
From | Andres Cabrera |
Subject | Re: Software for generating block diagrams |
Yes, CsoundQt calls dot. It has a simple translator from Csound code to dot, which can easily choke with more complex examples. It would be really nice to rewrite it to get the parsed tree from Csound through the API and graph that instead. Cheers,On Tue, Dec 29, 2015 at 8:15 AM, Rory Walsh <rorywalsh@ear.ie> wrote:
|