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

Re: [Sc-devel] [sc-users] PsyCollider 3.2b1



Sorry to report, but on my win2k box, server message timestamps seem
to be broken again:

SynthDef(\sin, { |freq = 440, amp = 0.2, out = 0|
	Out.ar(out, (SinOsc.ar(freq, 0, amp) * EnvGen.kr(Env.perc(0.01, 0.1),
doneAction: 2)) ! 2);
}).memStore;

// sound
a = Synth(\sin);

// no sound
s.makeBundle(0.2, { a = Synth(\sin); });


// sound
s.latency = nil;
p = Pbind(\freq, Pexprand(200, 800, inf), \amp, Pwhite(0.1, 0.3, inf),
\delta, 0.125, \instrument, \sin).play;

p.stop;


// no sound
s.latency = 0.1;
p = Pbind(\freq, Pexprand(200, 800, inf), \amp, Pwhite(0.1, 0.3, inf),
\delta, 0.125, \instrument, \sin).play;

p.stop;


hjh


-- 
James Harkins /// dewdrop world
jamshark70@xxxxxxxxxxxxxxxxx
http://www.dewdrop-world.net

"Come said the Muse,
Sing me a song no poet has yet chanted,
Sing me the universal."  -- Whitman