Skip to content

Commit

Permalink
scdoc: typo in Main
Browse files Browse the repository at this point in the history
  • Loading branch information
redFrik authored and timblechmann committed Feb 18, 2012
1 parent 24abb73 commit 19f1871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HelpSource/Classes/Main.schelp
Expand Up @@ -60,7 +60,7 @@ method::shutdown
Called after SuperCollider is quit or the class library is about to be re-compiled.

discussion::
This will quit all audio link::Classes/Server:: instances, perform a platform specific shutdown (e.g. on Mac OS X, the HID service is released), finally Process' shutdown method is called, resulting successive calls to UI.shutdown, NetAddr.disconnectAll, File.closeAll, and Archive.write. To register your own shutdown code, use a call like this:
This will quit all audio link::Classes/Server:: instances, perform a platform specific shutdown (e.g. on Mac OS X, the HID service is released), finally Process' shutdown method is called, resulting in successive calls to UI.shutdown, NetAddr.disconnectAll, File.closeAll, and Archive.write. To register your own shutdown code, use a call like this:

code::
ShutDown.add({ "Good bye!!".postln });
Expand Down

0 comments on commit 19f1871

Please sign in to comment.