Package wellen.dsp

Class Noise

java.lang.Object
wellen.dsp.Noise
All Implemented Interfaces:
DSPNodeOutput

public class Noise extends Object implements DSPNodeOutput
supplies a collection of noise generators: white, gaussian, pink and simplex/perlin noise.
  • Constructor Details

    • Noise

      public Noise()
  • Method Details

    • get_amplitude

      public float get_amplitude()
    • set_amplitude

      public void set_amplitude(float pAmplitude)
    • get_step

      public float get_step()
    • set_step

      public void set_step(float pStep)
    • get_type

      public int get_type()
    • set_type

      public void set_type(int pType)
    • output

      public float output()
      Description copied from interface: DSPNodeOutput
      returns the output signal.
      Specified by:
      output in interface DSPNodeOutput
      Returns:
      output signal