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

Re: [Sc-devel] PsyCollider 3.2 RC1




On 6 Feb 2008, at 17:31, James Harkins wrote:
So we might want to do this temporarily in the windows platform
directory (obviously not for any other platform!) -- since timestamped
messages are not fully accurate anyway, we don't really lose anything
by having OffsetOut behave like Out in Windows.

+ OffsetOut {
	*ar { arg bus, channelsArray;
		^Out.ar(bus, channelsArray)
	}
}

Thanks, added this for now.


Also, Server:quitInProcess fails, which causes an error recompiling
the lib (alt-k). quitInProcess should be a no-op in Windows.

Already fixed that for RC2, thanks!


Chris