Visualization can help explore the patterns of Euclidean rhythms. Here are some generated .png images using Python and pillow.
Category: algorithms
Euclidean rhythms in Python
Recently I’ve been playing around with Euclidean rhythms.nExploring stacked polyrhythms and asymmetrical looping.nI tend to prefer it’s output when not using gcd-based numbers (the original paper used it to recreate middle-eastern/traditional rhythms).nThe Python implementation I am using