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