class library: PriorityQueue - implement removeValue, hide array
[supercollider.git] / platform / windows / TODO.txt
blob4d2657979b0f120d7eb6f42f97346d102b150434
1 /*\r
2 \r
3    TODO List\r
4 \r
5    Christopher Frauenberger - frauenberger@iem.at\r
6 \r
7 */\r
8 \r
9 --------------------------------------------------------------\r
10 Fix system clock scheduling:\r
12 This is bad:\r
14 r = Routine({ loop { "!@#$%".scramble.postln; 1.0.wait }\r
15 }).play(SystemClock);  // cpu 100%\r
16 r.stop; \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