Architect: Does anyone have a * macro/script (in: Loomer)
By: colin loomer
24 Sep 14:45
[MIDI repeat] and [Data repeat] basically repeats the same MIDI message at the specified interval. For JavaScript coders, I guess the closest analogy would be `setInterval`. You could use them to build, say, a flexible metronome that sends a message every n ticks.
I tend to use them in Euclidean rhythm type processes. Because these modules take floating-point intervals, they are great for subdividing a beat into a non-integer tick without losing accuracy over time.
So these modules themselve…
Go to first unread post in this topic
Read more here: Source link