final case classTrig1(rate: Rate, in: GE, dur: GE = 0.1f) extends SingleOut with Product with Serializable
A UGen which outputs a value of 1 for a given duration when triggered.
When a trigger occurs at the input, a value of 1 is output for the specified
duration, otherwise zero is output. When a new trigger occurs while this ugens
outputs 1, the hold-time is reset to the duration.
in
the trigger. This can be any signal. A trigger happens
when the signal changes from non-positive to positive.
dur
the duration for which the ugens holds the value of 1
when triggered
A UGen which outputs a value of 1 for a given duration when triggered.
When a trigger occurs at the input, a value of 1 is output for the specified duration, otherwise zero is output. When a new trigger occurs while this ugens outputs 1, the hold-time is reset to the duration.
the trigger. This can be any signal. A trigger happens when the signal changes from non-positive to positive.
the duration for which the ugens holds the value of 1 when triggered
Trig