Globally delaying events?

(if this fits better in the innards category, please feel free to move it!)

hey there,

i was watching a video of william fields the other day and he has this awesome "jitter"-knob on his controller, which randomly distributes the events from his sequencers. would something like this also be possible in tidal, maybe by catching osc messages in supercollider and then passing them on to superdirt with a slight (random) delay?

here's the video:
https://youtu.be/1Yw9JcY_d3Y?t=1388

all the best,
schmolmo

You could do something like

all $ (# nudge (range 0 0.25 rand))
3 Likes

yesss, that's exactly what i was looking for... thank you so much! (:slight_smile: