Minim
index
 
Name isEnabled ( )
Examples
None available
Description Returns true if effect is in the chain and is also enabled.
Syntax
isEnabled(effect);
Parameters
effect   the AudioEffect to check the status of
Returns true if effect is in the chain and is enabled
Usage Web & Application
Related