Uses of Package
ddf.minim.ugens

Packages that use ddf.minim.ugens
ddf.minim   
ddf.minim.effects   
ddf.minim.ugens   
 

Classes in ddf.minim.ugens used by ddf.minim
Instrument
          The Instrument interface is expected by AudioOutput.playNote.
Summer
          A Summer allows you to sum the outputs of multiple UGens to be sent further down the chain.
UGen
          The UGen class is an abstract class which is intended to be the basis for all UGens in Minim.
 

Classes in ddf.minim.ugens used by ddf.minim.effects
UGen
          The UGen class is an abstract class which is intended to be the basis for all UGens in Minim.
UGen.UGenInput
          This inner class, UGenInput, is used to connect the output of other UGens to this UGen
 

Classes in ddf.minim.ugens used by ddf.minim.ugens
Frequency
          A Frequency is used to contain a frequency.
Instrument
          The Instrument interface is expected by AudioOutput.playNote.
Noise.Tint
          enumeration used to specify the tint of the noise
UGen
          The UGen class is an abstract class which is intended to be the basis for all UGens in Minim.
UGen.InputType
          This enum is used to specify the InputType of the UGenInput
UGen.UGenInput
          This inner class, UGenInput, is used to connect the output of other UGens to this UGen
Waveform
          An interface to represent a Waveform that can be sampled by using a value between 0 and 1.
Wavetable
          Wavetable wraps a float array of any size and lets you sample array using a normalized value [0,1].