Package wellen.dsp

Interface DSPNodeOutput

All Known Implementing Classes:
ADSR, Crossfader, Envelope, FMSynthesis, Noise, Oscillator, OscillatorFunction, SAM, Sampler, ToneEngineDSP, Wavetable

public interface DSPNodeOutput
interface implemented by classes that produce mono output signals.
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    returns the output signal.
  • Method Details

    • output

      float output()
      returns the output signal.
      Returns:
      output signal