5 Christopher Frauenberger - frauenberger@iem.at
\r
9 --------------------------------------------------------------
\r
10 Fix system clock scheduling:
\r
14 r = Routine({ loop { "!@#$%".scramble.postln; 1.0.wait }
\r
15 }).play(SystemClock); // cpu 100%
\r
18 --------------------------------------------------------------
\r
19 Double-clicking an .sc or .scd file in Windows:
\r
20 Currently doesn't do what it should - it launches sc,
\r
21 whereas instead it should launch sc only if needed and then it
\r
22 should cause sc to open the document in a new window.
\r