|
Re: basically broken right now ?: msg#00220audio.supercollider.devel
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> |
|---|---|---|
| Previous by Date: | basically broken right now ?: 00220, crucial felix |
|---|---|
| Next by Date: | Re: basically broken right now ?: 00220, James McCartney |
| Previous by Thread: | basically broken right now ?i: 00220, crucial felix |
| Next by Thread: | Re: basically broken right now ?: 00220, James McCartney |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |