Re: non-realtime-sound-prozessing in sc
Joshua Parmenter <joshp <at> u.washington.edu>
2006-06-01 12:42:14 GMT
Once again... did you look at Signal?
Josh
******************************************
Joshua Parmenter
joshp <at> u.washington.edu
Post-Doctoral Research Associate - Center for Digital Arts and
Experimental Media
Raitt Hall - University of Washington
Seattle, Washington 98195
http://www.dxarts.washington.edu
http://www.realizedsound.net/josh/
On Jun 1, 2006, at 1:32 AM, olaf hochherz wrote:
> yes, again not realy.
> beacause: it's still realtime, you cant sort a soundfile in this
> structure, you cant generate metadata.
> because of the difference between sclang and the server.
>
> a good thing would be to be able to use the language to do
> manipulate buffers on the server.
>
> b = Buffer.read(s, "sounds/a11wlk01.wav");
> c = Buffer.alloc(s,44100 * 8.0,2);
> b.modify(c,{arg arr; arr.pyramid(1)});
> or
> c.fill(b,{arg arr; arr.pyramid(1)});
>
> for this you would need something like sclang on the server and
> this would be asynchrone.
> ... or something else.
>
>
>
> Arie van Schutterhoef wrote:
>>> i whant to analyse information out of samples and transform the
>>> sample
>>> (... analyse the sample as set of periodes and write them sorted
>>> in a buffer
>>> find patterns in the sample and write only certain parts of it
>>> into a buffer.
>> -Perhaps:"Wavesets
>> A simple analysis class for Waveset Synthesis
>> a la Trevor Wishart, by Alberto de Campo, adc@..."
>> might be convenient:
>> http://swiki.hfbk-hamburg.de:8888/MusicTechnology/183
>> AvS
> _______________________________________________
> sc-dev mailing list
> sc-dev@...
> http://www.create.ucsb.edu/mailman/listinfo/sc-dev