public class Reciprocal extends UGen
UGen.InputType, UGen.UGenInput
Modifier and Type | Field and Description |
---|---|
UGen.UGenInput |
denominator
denominator is the default input
|
Constructor and Description |
---|
Reciprocal() |
Reciprocal(float fixedDenominator)
Constructor for Reciprocal
|
Modifier and Type | Method and Description |
---|---|
void |
setReciprocal(float fixedDenominator)
Used to change the fixedDenominator value after instantiation
|
protected void |
uGenerate(float[] channels)
Generate the sampleframe
|
addInput, getLastValues, patch, patch, patch, printInputs, removeInput, sampleRate, sampleRateChanged, setAudioChannelCount, setSampleRate, tick, unpatch, unpatch
public UGen.UGenInput denominator
public Reciprocal()
public Reciprocal(float fixedDenominator)
fixedDenominator
- the denominator value if the input is never connected