Minim
index
 
Name disableEffect ( )
Examples
None available
Description disables the ith effect in the effect chain.
Syntax
disableEffect(i);
disableEffect(effect);
Parameters
i   the index of the effect to disable
effect   the AudioEffect to disable
Returns None
Usage Web & Application
Related