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