Divide bang message
Hello,
I'm getting pulse from Supercollider via udpreceive to trigger my sequencers here. (the pulse triggers bangs, like 8 bangs in a second) For some reason, I can only send one pulse from SC, but I want to use the same pulse to two different sequencers in Max.
So, my question is:
How can I divide the bangs? I mean, I would need a system that filter out bangs, like "div 2" means I get the bang every two bangs, "div 4" means I get the bang every 4 bangs...etc. In that way, I can use my two sequencers triggering at different speeds...
'hope that my question is clear...
Here is a little abstraction, that forwards only every n-th bang.
you can set the 'n' either as argument or in the right inlet. right outlet gives you the current count.
j.
thanks a lot!!
this abstraction is very useful indeed.
but for my purpose, it seems that the pulse division in max has slight delay compare to the division process in sc...
but I'll find my way out in sc, I guess.
thank you very much for the help!