Minim
core
ugens
analysis
 
Name stop
Examples
None available
Description Stops Minim and releases all audio resources.

If using Minim outside of Processing, you must call this to release all of the audio resources that Minim has generated. It will call close() on all of them for you.

Syntax
stop();
Returns None
Usage Web & Application
Related