even after cleaning the IOUGens target and rebuilding it, I still get
irregular clicks when using OffsetOut. I've also rebuilt the server,
but with no result in this respect.
(
SynthDef("test", { arg out, pan, freq=440, amp=0.1, sustain=1.0;
var u, x;
x = SinOsc.ar(freq , 0, Line.ar(0.1, 0, sustain, doneAction:2));
u = Pan2.ar(x, pan) * amp;
OffsetOut.ar(out, u);
}).store;
);
(
Pbind(
\instrument, \test,
\degree, Pshuf([0, 1b, [0,4], 1b, 4, 0, 3b, 0], inf),
\dur, 0.5
).play;
)
can anone else confirm this behaviour?
--
.
_______________________________________________
sc-dev mailing list
sc-dev@xxxxxxxxxxxxxxx
http://www.create.ucsb.edu/mailman/listinfo/sc-dev