Property | Type | Description | |
---|---|---|---|
BAND_NOT_PRESENT | float | ||
PASS_THRU_EQ |
Property | Type | Description | |
---|---|---|---|
InitBlock | void | ||
getBandFactor | float | ||
limit | float |
Method | Description | |
---|---|---|
Equalizer ( ) : System |
Creates a new
|
|
Equalizer ( EQFunction eq ) : System | ||
Equalizer ( float settings ) : System | ||
getBand ( int band ) : float |
Retrieves the eq setting for a given band.
|
|
reset ( ) : void |
Sets all bands to 0.0
|
|
setBand ( int band, float neweq ) : float |
Method | Description | |
---|---|---|
InitBlock ( ) : void | ||
getBandFactor ( float eq ) : float |
Converts an equalizer band setting to a sample factor. The factor is determined by the function f = 2^n where n is the equalizer band setting in the range [-1.0,1.0].
|
|
limit ( float eq ) : float |
public setBand ( int band, float neweq ) : float | ||
band | int | |
neweq | float | |
return | float |