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

[sc-dev] TIRand bug



it seems that TIRand does not output integers any more. Or is this me?

(
{
	var trig = Dust.ar(MouseX.kr(1, 8000, 1));
	SinOsc.ar(
			TIRand.ar(4, 6, trig).poll * 100
		) * 0.1
}.play;
)


--





.