| float[] Visualize(double startFreq, double endFreq, int length)Shows the EQ curve in a logarithmically scaled frequency axis.Parametersdouble startFreq | Frequency at the beginning of the curve | double endFreq | Frequency at the end of the curve | int length | Points on the curve |
|