Electronic Music mailing list archives

Previous Message: Re: Load env to buffer
Next Message: Re: Pfx not working?

From: Stefan Nussbaumer ()
Date: May 16, 2008
Subject: Re: Flash + scsynth
Schell schrieb:
> If sclang can listen on tcp, is it possible to send arbitrary sc code to
> sclang [via binary socket], have sclang interpret it and send that to
> scsynth? It would be nice to be able to use the oop functionality of sc with
> a graphical representation of it in as3.
>   

hmm ... there has been a thread on sclang a few days - you maybe read 
that. i wouldn't try to go the sclang way, rather use osc-commands that 
go to scsynth directly. you can 'set' arguments of running synths or 
create new synth-instances - whatever you need. you can have the full 
power of sc sound-synthesis. i've only had a look at the processing-way 
(a few additional libraries in processing are needed). for flash there 
used to be something called "flosc" - no idea about that.

however, have a look at the server-command reference (name-spaces!), 
look through other osc-related stuff in the helpfiles ...

i don't know about binary sockets (others on this list certainly know 
better ..). anyway, flash has to be able to send osc to a given ip and 
port (e.g. 127.0.0.1, 57110).


stefan
_______________________________________________
sc-users mailing list [EMAIL REMOVED] http://lists.create.ucsb.edu/mailman/listinfo/sc-users

+Re: Flash + scsynth Schell (05/16/08)
+---Re: Flash + scsynth Stefan Nussbaumer (05/16/08)
+---Re: Flash + scsynth nonprivate (05/16/08)

Previous Message: Re: Load env to buffer
Next Message: Re: Pfx not working?