Minim
core
ugens
analysis
 
Name setBand
Examples
None available
Description Sets the amplitude of the ith frequency band to a. You can use this to shape the spectrum before using inverse().
Syntax
setBand(i, a);
Parameters
i   the frequency band to modify
a   the new amplitude
Returns None
Usage Web & Application
Related