updated code interpretation to switch back to SystemClock

This commit is contained in:
rob 2009-01-03 18:17:41 +00:00
parent 3c135542c1
commit e5b8316dac
1 changed files with 2 additions and 1 deletions

View File

@ -46,9 +46,10 @@ SC3Controller {
if(nodes.isEmpty) {
node = OSCresponderNode(nil, '/sc3ctrl/cmd') { |t, r, msg|
{
thisThread.clock = SystemClock;
msg[1].asString.interpretPrint;
postToFront.();
}.defer;
}.defer
}.add;
nodes.add(node);