103. trigoff
trigoff
is a specialized utility designed to offset
an incoming trigger pattern by a fixed number of ticks.
This is mostly used in the context of hacky AV sync.
<<ugens-top>>=
(define (trigoff in clk offset)
(param in)
(param clk)
(param offset)
(rvl "trigoff"))
prev | home | next