Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Commit

Permalink
updated code interpretation to switch back to SystemClock
Browse files Browse the repository at this point in the history
  • Loading branch information
rob committed Jan 3, 2009
1 parent 3c13554 commit e5b8316
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TextMate.sc
Expand Up @@ -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);

Expand Down

0 comments on commit e5b8316

Please sign in to comment.