logo       

Re: basically broken right now ?: msg#00220

audio.supercollider.devel

Subject: Re: basically broken right now ?


even the most basic examples in the Tutorial are not working.

the synth plays, but does not sound and does not get freed.

(
SynthDef("sine", { arg freq=800;
var osc;
osc = SinOsc.ar(freq, 0, 0.1); // 800 Hz sine oscillator
Out.ar(0, osc); // send output to audio bus zero.
}).writeDefFile; // write the def to disk in the default directory synthdefs/
)

s.sendSynthDef("sine");

s.sendMsg("/s_new", "sine", x = s.nextNodeID, 1, 1);

s.sendMsg("/n_free", x);




James, i would guess there's something amiss with:


2004-08-24 09:52 asynth

* source/server/: SC_Group.cpp, SC_Node.cpp: check for root node in
tree operations


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise