Back
Class
Sonia
Name
stop()
Examples
void setup() { Sonia.start(this); } public void stop(){ Sonia.stop(); super.stop(); }
Description
Safely closes the sound engine upon applet shutdown. It is important to include the shutdown procedure (see example) for projects that run in browsers.
Syntax
Sonia.stop()
Returns
None
Usage
Web & Application
Related
start()