Minim
core
ugens
analysis
 
Name close
Examples
None available
Description Release the resources associated with playing this file. All AudioPlayers returned by Minim's loadFile method will be closed by Minim when it's stop method is called. If you are using Processing, Minim's stop method will be called automatically when your application exits.
Syntax
close();
Returns None
Usage Web & Application
Related