The Comb class. Standard comb filter.
More...
|
| Comb (float initMaxDelay=1000, float initDelay=1.0f, float initFeedBack=0.9f) |
| Initializes a new instance of the Comb class. More...
|
|
override float | Modify (float input) |
| Modifies the input. More...
|
|
The Comb class. Standard comb filter.
◆ Comb()
ATKSharp.Modifiers.Comb.Comb |
( |
float |
initMaxDelay = 1000 , |
|
|
float |
initDelay = 1.0f , |
|
|
float |
initFeedBack = 0.9f |
|
) |
| |
Initializes a new instance of the Comb class.
- Parameters
-
initMaxDelay | The initial maximum delay. |
initDelay | The initial delay. |
initFeedBack | The initial feedback. |
◆ Modify()
override float ATKSharp.Modifiers.Comb.Modify |
( |
float |
input | ) |
|
|
virtual |
◆ DelayLine
virtual TapIn ATKSharp.Modifiers.Comb.DelayLine |
|
getsetprotected |
Gets or sets the delay line reference.
◆ DelayLineAccess
virtual TapOut ATKSharp.Modifiers.Comb.DelayLineAccess |
|
getsetprotected |
Gets or sets the delay line access reference.
◆ DelayMax
virtual float ATKSharp.Modifiers.Comb.DelayMax |
|
getset |
Gets or sets the maximum delay.
◆ DelayMilliseconds
virtual float ATKSharp.Modifiers.Comb.DelayMilliseconds |
|
getset |
Gets or sets the delay in milliseconds.
◆ Feedback
virtual float ATKSharp.Modifiers.Comb.Feedback |
|
getset |
Gets or sets the feedback.
The documentation for this class was generated from the following file:
- D:/Users/ATLAS/Documents/ATK-Sharp/ATKSharp/Modifiers/Comb.cs