Interface FloatOscillator.Patcher

Enclosing class:
FloatOscillator

public static interface FloatOscillator.Patcher
  • 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)