1.0.1 • Published 8 years ago

eucledian-rhythm v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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.