Fork me on GitHub
#overtone
<
2023-11-04
>
plexus14:11:58

I implemented Euclidean Rhythm. This is something that I think could even go into Overtone proper, it's so useful. https://github.com/plexus/mad-sounds/blob/master/src/mad_sounds/euclid.clj

❤️ 1
plexus14:11:32

They also have that in Orca (the U operator) and it's just great. Works both for generating rhythms and generating scales.

plexus14:11:52

here's what that sounds like

plexus14:11:40

hmmm had really thought slack would show a player. how about now?

Chris McCormick05:11:27

Very interesting sound, I didn't know about Euclidean rhythms, thanks for sharing.

diego.videco23:11:29

I believe overtone already has the bjorklund algorithm, which AFAIK is the same thing.

plexus07:11:10

look at that overtone.algo.euclidean-rhythm, I constantly discover new stuff in there 🙂

plexus08:11:22

Could have some more helper functions to generate sequences.