Trying to load a stereo wavefile into a buffer and play it resutls in
crashing the server:
s.boot;
// load a _stereo_ file
b =
Buffer.read(s,"~/Desktop/sounds/a11wlk01-44.1-
stereo.wav".standardizePath);
SynthDef("help-PlayBuf",{ arg out=0,bufnum=0;
Out.ar(out,
PlayBuf.ar(2,bufnum, BufRateScale.kr(bufnum))
)
}).play(s,[\out, 0, \bufnum, b.bufnum]);
This is when using the latest pserver-cvs build...
Any ideas?
regards
Till
_______________________________________________
sc-users mailing list
sc-users@xxxxxxxxxxxxxxx
http://www.create.ucsb.edu/mailman/listinfo/sc-users