Abstract method which must be implemented by creating the actual UGen
s
during expansion.
Abstract method which must be implemented by creating the actual UGen
s
during expansion. This method is at most called once during graph
expansion
the expanded object (depending on the type parameter U
)
trigger that sets output to 0.
trigger that sets output to 0. A trigger happens when the signal changes from non-positive to positive.
trigger that sets output to 1.
trigger that sets output to 1. A trigger happens when the signal changes from non-positive to positive.
A flip-flop UGen with two inputs, one (set) triggering an output of 1.0, the other (reset) triggering an output of 0.0. Subsequent triggers happening within the same input slot have no effect. If both inputs receive a trigger at the same time, the reset input takes precedence.
trigger that sets output to 1. A trigger happens when the signal changes from non-positive to positive.
trigger that sets output to 0. A trigger happens when the signal changes from non-positive to positive.
ToggleFF