Page 1 of 1

Posted: 03 Jun 2017, 02:02
by lytz1
Hey guys,

following scenario:

I work on an effect that calculates the probability of getting triggered randomly on every 8th note.
So far so good. Easy.

But here's the thing: When triggered, I need the effect to stay ON a whole beat after the trigger.
(so that the time/length of the triggered FX is always constant, despite
having a random chance to get triggered every 8th note. I hope this makes sense.)

How do I accomplish that?

Thanks,
tL.

Posted: 03 Jun 2017, 14:03
by 23fx23
one of the solutions can be to use the count ms module in /time (you can convert 1/8 to ms using tempo to delay module)

then each time your effect is trigged it starts the counter, wich will count 1/8 then the out pin 'counting' will go back to 0.

Posted: 03 Jun 2017, 15:38
by lytz1
Ah yes, I see. Thanks a lot.

If I might have any problems I'll come back to you but I think this should be pretty straightforward.

Thanks again,
tL.

Posted: 03 Jun 2017, 20:27
by oli_lab
you could also make good use of 0 to 1 an 1 to 0 modules as well as the set and reset inputs on a switch.

Posted: 03 Jun 2017, 22:18
by lytz1
Ah alright, thanks a lot!