![]() |
ATK-Sharp
1.0
The ATK library for C#.
|
Public Member Functions | |
HighPass (float initFreq=1000f) | |
Initializes a new instance of the HighPass class. More... | |
override float | Modify (float input) |
Modifies the input. More... | |
Properties | |
override float | Frequency [get, set] |
Get or set the cut-off frequency More... | |
![]() | |
virtual ModifierType | ModifierType [get, set] |
Gets or sets the modifier type. More... | |
virtual float | Frequency [get, set] |
Gets or sets the modifier frequency. More... | |
virtual float | CurrentSample [get, protected set] |
Gets or sets the current sample. More... | |
![]() | |
float | CurrentSample [get] |
Gets the current sample. More... | |
Additional Inherited Members | |
![]() | |
BaseModifier () | |
Initializes a new instance of the BaseModifier class. More... | |
The HighPass class.
ATKSharp.Modifiers.HighPass.HighPass | ( | float | initFreq = 1000f | ) |
Initializes a new instance of the HighPass class.
initFreq | The initial frequency. |
|
virtual |
Modifies the input.
input | The input. |
Reimplemented from ATKSharp.Modifiers.BaseModifier.
|
getset |
Get or set the cut-off frequency