Uses of Class
ddf.minim.ugens.UGen.InputType

Packages that use UGen.InputType
ddf.minim.ugens   
 

Uses of UGen.InputType in ddf.minim.ugens
 

Methods in ddf.minim.ugens that return UGen.InputType
 UGen.InputType UGen.UGenInput.getInputType()
          returns the inputType
static UGen.InputType UGen.InputType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UGen.InputType[] UGen.InputType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in ddf.minim.ugens with parameters of type UGen.InputType
UGen.UGenInput(UGen.InputType it)
          This constructor generates a UGenInput of the specified type.