euclidean-rhythms icon indicating copy to clipboard operation
euclidean-rhythms copied to clipboard

Calculates the rhythmical patterns based on the euclidean/bjorklund's algorithm

Results 2 euclidean-rhythms issues
Sort by recently updated
recently updated
newest added

I've produced a test suite of all the patterns from Toussaint's paper, which I'll include here. ``` let test_suite = [ [[3,2], [1, 1, 0]], [[4,3], [1, 1, 1, 0]],...

Hey, man. Great tool and really nicely documented code. The way I'm using it is with layered patterns using pulses and steps from the Fibonacci sequence, which is creating some...