sequencer question
hi there,
so i'm trying to find the cleanest solution to this issue:
Let's say I have a steady pulse of a short sine wave sound going at 120bpm, every now and then, randomly, I want the sine wave to be twice as long, meaning, it taking up 2 pulses in the sequence, without then retriggring it while it's playing.
So far I've used gate to accomplish this: every time the long impulse appears, the gate closes, so it won't pass through another trigger while it's playing.
I feel like there has to be a better option than this. This gets especially more complicated if I have e.g. 3 different sustain values for the sine wave, meaning e.g. first one taking up 1 pulse, second one 2 and the third one 3 of them.