Multiplier amount
Increment amount
Iteration frequency in Hertz
Modulus amount
Abstract method which must be implemented by creating the actual UGens
during expansion.
Initial value of x
A non-interpolating sound generator based on the difference equation:
x[n+1] = (a * x[n] + c) % mThe 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