public abstract class FilterBiquadShelf extends FilterBiquad
| Modifier and Type | Field and Description |
|---|---|
UnitInputPort |
gain
Gain of peak.
|
UnitInputPort |
slope
Shelf Slope parameter.
|
amplitudefrequencyinput, outputFALSE, TRUE| Constructor and Description |
|---|
FilterBiquadShelf() |
| Modifier and Type | Method and Description |
|---|---|
void |
recalculate()
Compute coefficients for shelf filter if frequency, gain or slope have
changed.
|
abstract void |
updateCoefficients()
Abstract method.
|
generate, performBiquadFiltergetInput, getOutputaddPort, addPort, convertHalfLifeToMultiplier, flattenOutputs, generate, getCircuit, getFramePeriod, getFrameRate, getPortByName, getPorts, getSynthesisEngine, getSynthesizer, getTopUnit, getUnitGenerator, isEnabled, pullData, setCircuit, setEnabled, setFrameRate, setPort, setSynthesisEngine, start, start, stop, stopequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetUnitGenerator, start, start, stop, stopgetUnitGeneratorpublic UnitInputPort gain
public UnitInputPort slope