overtone

plexus 2023-11-04T14:40:58.944419Z

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
plexus 2023-11-07T08:06:22.589439Z

Could have some more helper functions to generate sequences.

plexus 2023-11-04T14:41:32.453139Z

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

plexus 2023-11-04T14:46:52.207499Z

here's what that sounds like

plexus 2023-11-04T14:47:40.358979Z

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

Chris McCormick 2023-11-05T05:09:27.521009Z

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

diego.videco 2023-11-06T23:49:29.973299Z

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

plexus 2023-11-07T07:43:10.936729Z

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