Warning: file(http://rhoadley.net/cgi/php/abs_menu.txt) [function.file]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /data03/rhoadley/public_html/courses/tech_resources/supercollider/tutorials/Change-Appearance2.php on line 23

Warning: file(http://rhoadley.net/cgi/php/abs_courses_menu.txt) [function.file]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /data03/rhoadley/public_html/courses/tech_resources/supercollider/tutorials/Change-Appearance2.php on line 27


Warning: file(http://rhoadley.net/cgi/php/tech_tutorials_menu.txt) [function.file]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /data03/rhoadley/public_html/courses/tech_resources/supercollider/tutorials/Change-Appearance2.php on line 33

SuperCollider Tutorials


Warning: file(http://rhoadley.net/cgi/php/tech/sc_menu.txt) [function.file]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /data03/rhoadley/public_html/courses/tech_resources/supercollider/tutorials/Change-Appearance2.php on line 42

Change the Appearance of the Post Window

(
a = Document.new("PostWindow", "", true); // Name, text, isPostWindow
a.background_(Color.white);
a.stringColor_(Color.black);
a.font_(Font("Monaco", 9));
)

Warning: file(http://rhoadley.net/cgi/php/footer.txt) [function.file]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /data03/rhoadley/public_html/courses/tech_resources/supercollider/tutorials/Change-Appearance2.php on line 61