channelCount ( ) |
|
Returns the number of channels this UGen has been configured to generate.
|
getLastValues ( ) |
|
Return the last values generated by this UGen. This will most often be
used by sub-classes when pulling data from their inputs.
|
patch ( ) |
|
Send the output of this UGen to another UGen, UGenInput, or AudioOutput.
|
printInputs ( ) |
|
Prints all inputs connected to this UGen (for debugging)
|
sampleRate ( ) |
|
Returns the sample rate of this UGen.
|
setChannelCount ( ) |
|
Let this UGen know how many channels of audio you will be asking it for.
|
setReciprocal ( ) |
|
Used to change the fixedDenominator value after instantiation
|
setSampleRate ( ) |
|
Set the sample rate for this UGen.
|
tick ( ) |
|
Generates one sample frame for this UGen.
|
unpatch ( ) |
|
Unpatch this UGen from an AudioOutput or other UGen.
|