[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Sc-devel] PsyCollider 3.1 - Server side scheduling fixed
Hello,
I fixed the server side scheduling of events, which means that
SynthDef("sine", { Out.ar(0, SinOsc.ar(440, 0, 0.2) ! 2) }).send(s);
a = Synth.basicNew("sine", s);
s.sendBundle(10.0, a.newMsg);
a.free;
now works correctly.
There are a few smaller changes and housekeeping that I would like to
make, but then we should be ready to release...
Please download and test the new package from
http://www.dcs.qmul.ac.uk/~frauenberger/PsyCollider-3.1b3.zip
Chris