Minim
index
 
Name addListener ( )
Examples
None available
Description Adds a listener who will be notified each time this receives or creates a new buffer of samples. If the listener has already been added, it will not be added again.
Syntax
addListener(listener);
Parameters
listener   the listener to add
Returns None
Usage Web & Application
Related