updated code interpretation to switch back to SystemClock
This commit is contained in:
parent
3c135542c1
commit
e5b8316dac
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue