de.sciss.synth.ugen
A sample-and-hold UGen. When triggered, a new value is taken from the input and hold until the next trigger occurs.
Before the first trigger is registered, this UGen outputs zero.
the input signal
the trigger. The can be any signal. A trigger happens when the signal changes from non-positive to positive.
Demand
Gate
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
the trigger.
A sample-and-hold UGen. When triggered, a new value is taken from the input and hold until the next trigger occurs.
Before the first trigger is registered, this UGen outputs zero.
the input signal
the trigger. The can be any signal. A trigger happens when the signal changes from non-positive to positive.
Demand
Gate