[sc-users] diagramming

Ryan Brown ryan at wabdo.com
Sun Dec 3 15:35:52 PST 2006


Rohan's classes are available here:
http://slavepianos.org/rd/r/darcsweb.cgi?r=sw-41;a=summary

(requires darcs to check them out unless there is a tarball somewhere  
I'm not seeing).

His classes don't currently let you see what the names of UGen  
arguments are (they just show as boxes with IN_0, IN_1, etc.), which  
is pretty important unless you have them all memorized. Changing line  
38 in dot.sc to:
file.write("|" ++ this.argNameForInputAt(n) ++ ":" +  
inputString); }) });

will let you see what the arg names are (freq, iphase, etc.). His  
classes are pretty nice and if they were cleaned up a bit (not  
showing a MulAdd for every UGen for instance) they could be very  
useful in showing beginners supercollider.

Best,
Ryan

On Dec 3, 2006, at 2:54 AM, andrea valle wrote:

> Rohan's classes work very well.
> GraphViz on MacOSX is a superb software (much better than Linux and  
> win porting).
>
> Still, it depends if you need a GUI as input or as output.
>
> Best
>
> -a-
>
>
> On 3 Dec 2006, at 10:27, chopper chan wrote:
>
>>> Check out Rohan Drape's interface with GraphViz...
>>> http://www.create.ucsb.edu/pipermail/sc-users/2004-December/ 
>>> 015265.html
>>
>>
>> Yes, I'v used GraphViz and is easy and straightforward (and free!)
>> http://www.pixelglow.com/graphviz/
>>
>>
>>> there was also something that in JCollider that would graph out   
>>> SynthDefs:
>>>
>>> http://www.create.ucsb.edu/pipermail/sc-users/2006-January/ 
>>> 023166.html
>>>
>>> Not sure if either of these are really still around though.
>>>
>>> Best,
>>>
>>> josh
>>>
>>> On Dec 2, 2006, at 2:55 PM, andrea valle wrote:
>>>
>>>> Ciao Bernardo,
>>>>
>>>> unluckily afaik (I've searched a bit on the subject) there's   
>>>> nothing comparable to omnigraffle (and it was shipped with osx   
>>>> sometimes ago).
>>>> Dia is far far beyond.
>>>> Well, you can use metapost
>>>> (especially metafun extension by Hans Hagen: http://www.pragma-  
>>>> ade.com/general/manuals/metafun-p.pdf), or if you're pythoner  
>>>> (if I  remember correclty) you can use PyX (http:// 
>>>> pyx.sourceforge.net/).  They are perfect if you work making data  
>>>> visualization. But the  fact is that sometimes one makes "visual  
>>>> datification" and there  you really need a GUI, not code interface.
>>>>
>>>> Best
>>>>
>>>> -a-
>>>>
>>>>
>>>>
>>>>
>>>> On 2 Dec 2006, at 23:16, bbarros wrote:
>>>>
>>>>> It's a nice application to visualize one's patch.
>>>>> Maybe someone know a similar Free app.
>>>>> http://www.omnigroup.com/applications/omnigraffle/
>>>>> _______________________________________________
>>>>> sc-users mailing list
>>>>> sc-users at create.ucsb.edu
>>>>> http://www.create.ucsb.edu/mailman/listinfo/sc-users
>>>>>
>>>> Andrea Valle
>>>> DAMS - Facoltà di Scienze della Formazione
>>>> Università degli Studi di Torino
>>>> http://www.semiotiche.it/andrea
>>>> andrea.valle at unito.it
>>>>
>>>>
>>>> _______________________________________________
>>>> sc-users mailing list
>>>> sc-users at create.ucsb.edu
>>>> http://www.create.ucsb.edu/mailman/listinfo/sc-users
>>>
>>> ******************************************
>>> Joshua D. Parmenter
>>> http://www.realizedsound.net/josh/
>>>
>>> “Every composer – at all times and in all cases – gives his own   
>>> interpretation of how modern society is structured: whether  
>>> actively  or passively, consciously or unconsciously, he makes  
>>> choices in this  regard. He may be conservative or he may subject  
>>> himself to continual  renewal; or he may strive for a  
>>> revolutionary, historical or social  palingenesis." - Luigi Nono
>>>
>>>
>>>
>>> _______________________________________________
>>> sc-users mailing list
>>> sc-users at create.ucsb.edu
>>> http://www.create.ucsb.edu/mailman/listinfo/sc-users
>>
>> _________________________________________________________________
>> Live Search, for accurate results! http://www.live.nl
>>
>> _______________________________________________
>> sc-users mailing list
>> sc-users at create.ucsb.edu
>> http://www.create.ucsb.edu/mailman/listinfo/sc-users
>>
>>
> Andrea Valle
> DAMS - Facoltà di Scienze della Formazione
> Università degli Studi di Torino
> http://www.semiotiche.it/andrea
> andrea.valle at unito.it
>
>
> _______________________________________________
> sc-users mailing list
> sc-users at create.ucsb.edu
> http://www.create.ucsb.edu/mailman/listinfo/sc-users
>




More information about the sc-users mailing list