Interface ModelOscillator

All Known Subinterfaces:
ModelWavetable
All Known Implementing Classes:
ModelByteBufferWavetable

public interface ModelOscillator
This interface is used for oscillators. See example in ModelDefaultOscillator which is a wavetable oscillator.
  • Method Details

    • getChannels

      int getChannels()
    • getAttenuation

      float getAttenuation()
      Attenuation is in cB.
      Returns:
    • open

      ModelOscillatorStream open(float samplerate)