Time signatures / poly-rhythm
I am trying to make a sequencer with poly-rhythm timing. Would anyone be so kind as to give a more efficient example of what I am doing here. There is obvious drift between the metros with this example. Is there any way to do this with syncing to the global transport. Thanks.
Have a look at the transport object, and all its related objects and ways of modifying other objects.
-A
i only had a short look at your patch
but i like modulos as clockdivider for polyrhythms
something like
with audio-rate clocking:
@Andrew Pask: I'll have a look at the transport object in more detail. Thanks.
@zerox_: Thanks. That is a nice method. A good starting point.
@seejayjames: Thanks for the tip on audio rate clocking.
Here is my polyrhythm sequencer patch so far. Any feedback or constructive criticism is welcome. If this can be improved please do advise with any alternative methods (Not the sample players, just the sequencer).