final case classToggleFF(rate: MaybeRate, trig: GE) extends SingleOut with Product with Serializable
A UGen that toggles like a flip-flop between zero and one upon receiving a
trigger. The flip-flop initially outputs zero and changes to one when the first
trigger arrives.
trig
a signal to trigger the flip-flop. a trigger occurs
when the signal changes from non-positive to positive.
A UGen that toggles like a flip-flop between zero and one upon receiving a trigger. The flip-flop initially outputs zero and changes to one when the first trigger arrives.
a signal to trigger the flip-flop. a trigger occurs when the signal changes from non-positive to positive.
SetResetFF