eucledian-rhythm
v1.0.1
Published
Implements Bjorklund’s algorithm in JavaScript to generate Eucledian rhythms
Downloads
6
Readme
eucledian-rhythm
Implements Bjorklund’s algorithm in JavaScript to generate Eucledian rhythms
I came across Godfried Toussaint’s paper "The Euclidean Algorithm Generates Traditional Musical Rhythms" while I was looking for methods to generate procedural music.
That's how I bumped into E. Bjorklund and his algorithm for generating repetition patterns for the SNS neutron accelerator. I liked the idea to use it for generating musical rhythms, so I created this JavaScript implementation.