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

Re: [sc-dev] (command + .) = SystemClock.clear



you mean clear the system clock but don't free all the synths ?

	stop { // called by command-.
		// stop all sounds on local servers
		Server.freeAll;
		
		SystemClock.clear;
		AppClock.clear;
	}

casey, its your Main, do what thou willst with it.



On Tuesday, December 17, 2002, at 01:53 PM, James McCartney wrote:


Casey wants a key command that ONLY does that.

On Tuesday, December 17, 2002, at 10:33 AM, crucial felix wrote:

it already does that.
look at Main

--
--- james mccartney james@xxxxxxxxxxxxxx <http://www.audiosynth.com> SuperCollider - a real time synthesis programming language for the PowerMac.
<ftp://www.audiosynth.com/pub/updates/SC2.2.16.sea.hqx>

_______________________________________________
sc-dev mailing list
sc-dev@xxxxxxxxxxxxxxx
http://www.create.ucsb.edu/mailman/listinfo/sc-dev



-felix