Inherited from Serializable
Inherited from Serializable
Inherited from SingleOut
Inherited from SomeOut
Inherited from GE.Lazy
Inherited from GE
Inherited from UGenSource[UGenInLike]
Inherited from Expander[UGenInLike]
Inherited from Lazy
Inherited from Product
Inherited from Equals
Inherited from AnyRef
Inherited from Any
A Schmidt trigger UGen. Initially it outputs zero. When the input signal rises above
hi
, its output switches to 1.0, which is hold until the signal falls belowlo
, switching the output again to 0.0. The produces a kind of hysteresis behavior, preventing heavy oscillations in a noisy system which might occur with a single-threshold trigger.input signal to be analyzed
low threshold
high threshold