Table Of Contents

Previous topic

Envelope Processor Blocks

Next topic

Logic Processor Blocks

This Page

Filter Processor Blocks


BandPass ()

BandPass (
        bypass: off
)

BandReject ()

BandReject (
        bypass: off
)

BiQuad ()

BiQuad (
        type:                   none
        centerFrequency:        0.0
        resonance:              1.0
        reset:                  off
        bypass:                 off
)
type:The type of the biQuad filter. Possible values are 'LowPass', 'HighPass', 'BandPass', 'BandPassUnitGain', 'BandReject', and 'AllPass'.
centerFrequency:
 The center frequency of the filter.
resonance:Resonance (Q) amount. Should be greater than on equal to 1.0.
reset:Resets the internal memory of the filter when set to on.

HighPass ()

HighPass (
        cutOff: 0.0
        reset:  off
        bypass: off
)
cutOff:Cutoff frequency in Hz.
reset:Resets the internal memory of the filter when set to on.

HighShelf ()

HighShelf (
        cutOff: 0.0
        gainDB: 0.0
        reset:  off
        bypass: off
)
cutOff:Cutoff frequency in Hz.
gainDB:Gain amount in dB.
reset:Resets the internal memory of the filter when set to on.

LowPass ()

LowPass (
        cutOff: 0.0
        reset:  off
        bypass: off
)
cutOff:Cutoff frequency in Hz.
reset:Resets the internal memory of the filter when set to on.

LowShelf ()

LowShelf (
        cutOff: 0.0
        gainDB: 0.0
        reset:  off
        bypass: off
)
cutOff:Cutoff frequency in Hz.
gainDB:Gain amount in dB.
reset:Resets the internal memory of the filter when set to on.