[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-users] AppClock.clear? (was Button action not freeing synth)
- To: sc-users@xxxxxxxxxxxxxxxx
- Subject: [sc-users] AppClock.clear? (was Button action not freeing synth)
- From: Scott Worthington <stwbass@xxxxxxxxx>
- Date: Thu, 30 Apr 2009 09:44:30 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=Tf0c9TwDwZ2tGXV7uRBs/G6fRJ5MKODvWDkMhjGTXY0=; b=PvImxYS7YtiTXB3YQZS98EtAnNVP2bsIQ5J2WOAeGzuy+hdjb2o/qMkjOThCaSQ0EB Cnvjk37mjBZIDw25yH0P+M339hQcrj3JrZ12QYolrJG/1dKGaJbn0CG4XJBXUunbymJd 08/DBMpOUufW+FnTvvM8x77mE+DUXPP6rlFG4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=bLulvd+CT0u1InpSkk6MeM/tbqWAJGyQEdTpS5NSc6CtF2HH9idqU7zIFUJR7FyCVg e1TKLCtOYZrO+ZFnb70P+5auGwTCOzqqWihKhG8l5jp2E/iXGczokeZ8T5NYn6dexk3k LmLIE50NXEUHnxWfPN2C8tN/In5Y8fu/8Njqo=
- List-id: SuperCollider users mailing list <sc-users.create.ucsb.edu>
- Reply-to: sc-users@xxxxxxxxxxxxxxxx
- Sender: owner-sc-users@xxxxxxxxxxxxxxxx
Hello,
Clearing the AppClock is making my server window freeze up until cmd+.
a = AppClock.sched(0, { "foo".postln; 1}) //sched
x = {SinOsc.ar}.play // new synth in the server window
a.clear //clear it, server window freezes
s.queryAllNodes //temp is there
x.free //still no change in server window
s.queryAllNodes //gone as it should be
Mac OSX10.4.11 using 3.3 the real deal (yes!!!!)
Thanks!!
sw
--
Scott Worthington
stwbass@xxxxxxxxx
www.scottworthington.com