[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-users] trouble with NodeProxy
hey list,
please help me, i can't imagine what is going wrong here :-/
____________________________________
s.boot
a=NodeProxy.audio(s,1);
a.play
(
Routine{
while(true,{
a.source={SinOsc.ar(10.rand+500,0,0.1)};
0.05.yield
})
}.play(SystemClock)
)
____________________________________
is this code correct?
because there are gaps every now and then.
each time this error shows up:
*** ERROR: SynthDef temp__012443231430 not found
FAILURE /s_new SynthDef not found
FAILURE /n_set Node not found
thanks a lot
and merry xmas everybody :)
stefan
p.s.: running supercollider 3.1 on ubuntu feisty with jack, blocksize 64