de.sciss.synth.ugen
A non-interpolating sound generator based on the difference equation:
x[n+1] = (a * x[n] + c) % m
The output signal is automatically scaled to a range of [-1, 1].
Iteration frequency in Hertz
Multiplier amount
Increment amount
Modulus amount
Initial value of x
LinCongC
LinCongL
Abstract method which must be implemented by creating the actual UGens during expansion.
UGen
Abstract method which must be implemented by creating the actual UGens during expansion. This method is at most called once during graph expansion
the expanded object (depending on the type parameter U)
U
A non-interpolating sound generator based on the difference equation:
x[n+1] = (a * x[n] + c) % m
The output signal is automatically scaled to a range of [-1, 1].
Iteration frequency in Hertz
Multiplier amount
Increment amount
Modulus amount
Initial value of x
LinCongC
LinCongL