Package eu.bandm.sig.adlib2.math
Interface FloatOscillator.Patcher
- Enclosing class:
FloatOscillator
public static interface FloatOscillator.Patcher
-
Method Summary
Modifier and TypeMethodDescriptionfloatfloatfloatfloatdefault voidsetFrequency(float newFrequency) voidsetState(float twoMinusAlphaSquared, float currentValue, float nextValue)
-
Method Details
-
getSamplingPeriod
float getSamplingPeriod() -
getTwoMinusAlphaSquared
float getTwoMinusAlphaSquared() -
getCurrentValue
float getCurrentValue() -
getNextValue
float getNextValue() -
setState
void setState(float twoMinusAlphaSquared, float currentValue, float nextValue) -
setFrequency
default void setFrequency(float newFrequency)
-