[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] PlayBuf bug



this works only on my machine when i set the PlayBuf.ar on 1channel , not 2

mabye a bug?

(cvs- updated and built, just a few minutes ago)

v

On Dec 15, 2004, at 00:14, Scott Wilson wrote:

This works for me. Updated and built today.

S.

On 14 Dec 2004, at 10:28, Till Bovermann wrote:

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


_______________________________________________
sc-users mailing list
sc-users@xxxxxxxxxxxxxxx
http://www.create.ucsb.edu/mailman/listinfo/sc-users