|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ddf.minim.ugens.UGen.UGenInput
public class UGen.UGenInput
This inner class, UGenInput, is used to connect the output of other UGens to this UGen
Constructor Summary | |
---|---|
UGen.UGenInput()
This constructor generates an AUDIO input. |
|
UGen.UGenInput(UGen.InputType it)
This constructor generates a UGenInput of the specified type. |
Method Summary | |
---|---|
UGen |
getIncomingUGen()
returns the UGen which is giving values to this input. |
UGen.InputType |
getInputType()
returns the inputType |
java.lang.String |
getInputTypeAsString()
return the inputType as a string (for debugging) |
float[] |
getLastValues()
returns the last values provided to this input from it's incoming UGen |
UGen |
getOuterUGen()
returns the outer UGen of which this is an input. |
boolean |
isPatched()
returns true if this input has an incoming UGen |
void |
printInput()
print information about this UGenInput (for debugging) |
void |
setIncomingUGen(UGen in)
set the UGen which is giving values to this input |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UGen.UGenInput()
public UGen.UGenInput(UGen.InputType it)
it
- Method Detail |
---|
public UGen.InputType getInputType()
public UGen getOuterUGen()
public UGen getIncomingUGen()
public void setIncomingUGen(UGen in)
in
- public boolean isPatched()
public float[] getLastValues()
public java.lang.String getInputTypeAsString()
public void printInput()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |