Interface ModelWavetable

All Superinterfaces:
ModelOscillator
All Known Implementing Classes:
ModelByteBufferWavetable

public interface ModelWavetable extends ModelOscillator
This is a wavetable oscillator interface.
  • Field Details

  • Method Details

    • openStream

      AudioFloatInputStream openStream()
    • getLoopLength

      float getLoopLength()
    • getLoopStart

      float getLoopStart()
    • getLoopType

      int getLoopType()
    • getPitchcorrection

      float getPitchcorrection()