TwoZero

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

ignoreSampleRateChange
void ignoreSampleRateChange(bool ignore)
Undocumented in source. Be warned that the author may not have intended to support it.
lastOut
StkFloat lastOut()
Undocumented in source. Be warned that the author may not have intended to support it.
sampleRateChanged
void sampleRateChanged(StkFloat newRate, StkFloat oldRate)
Undocumented in source. Be warned that the author may not have intended to support it.
setB0
void setB0(StkFloat b0)
Undocumented in source. Be warned that the author may not have intended to support it.
setB1
void setB1(StkFloat b1)
Undocumented in source. Be warned that the author may not have intended to support it.
setB2
void setB2(StkFloat b2)
Undocumented in source. Be warned that the author may not have intended to support it.
setCoefficients
void setCoefficients(StkFloat b0, StkFloat b1, StkFloat b2, bool clearState)
Undocumented in source. Be warned that the author may not have intended to support it.
setNotch
void setNotch(StkFloat frequency, StkFloat radius)
Undocumented in source. Be warned that the author may not have intended to support it.
tick
StkFrames tick(StkFrames frames, uint channel)
Undocumented in source. Be warned that the author may not have intended to support it.
tick
StkFloat tick(StkFloat input)
Undocumented in source. Be warned that the author may not have intended to support it.
tick
StkFrames tick(StkFrames iFrames, StkFrames oFrames, uint iChannel, uint oChannel)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Filter

channelsIn
uint channelsIn()
Undocumented in source. Be warned that the author may not have intended to support it.
channelsOut
uint channelsOut()
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
setGain
void setGain(StkFloat gain)
Undocumented in source. Be warned that the author may not have intended to support it.
getGain
StkFloat getGain()
Undocumented in source. Be warned that the author may not have intended to support it.
phaseDelay
StkFloat phaseDelay(StkFloat frequency)
Undocumented in source. Be warned that the author may not have intended to support it.
lastFrame
StkFrames lastFrame()
Undocumented in source. Be warned that the author may not have intended to support it.
gain_
StkFloat gain_;
Undocumented in source.
channelsIn_
uint channelsIn_;
Undocumented in source.
lastFrame_
StkFrames lastFrame_;
Undocumented in source.
b_
StkFloat[] b_;
Undocumented in source.
a_
StkFloat[] a_;
Undocumented in source.
outputs_
StkFrames outputs_;
Undocumented in source.
inputs_
StkFrames inputs_;
Undocumented in source.

Meta