Package wellen.dsp

Interface DSPNodeProcess

All Known Implementing Classes:
Delay, Distortion, FilterBalance, FilterBandPass, FilterBiquad, FilterButterworth, FilterHighLowBandPass, FilterHighPass, FilterLowPass, FilterMoogLadderLowPass, FilterResonator, FilterVowelFormant, Reverb

public interface DSPNodeProcess
interface implemented by classes that process mono signals.
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    process(float pSignal)
     
  • Method Details

    • process

      float process(float pSignal)
      Parameters:
      pSignal - input signal
      Returns:
      processed signal