206

Conway's Game of Life, but musical

Nice job. I thought about building something like this many years ago, but ended up experimenting with music generated from abelian sand pile algorithms instead. I've seen a number of attempts at using genetic algorithms to recombine previous musical patterns.

What's obviously missing is a "fitness function" that can approximate the equivalent of human taste, so the final evolved forms just end up being widely random in terms of quality.

AlgoMotion also did a video explanation for a music based version of Conway's Game of Life last year. Highly recommend their videos.

https://www.youtube.com/watch?v=b2SjVwYNr54

Incidentally if you like musical toys like this - Electroplankton [1] was a fun little game that had a series of almost organic musical instruments.

[1] https://en.wikipedia.org/wiki/Electroplankton

a day agovunderba

I've been toying with ideas like this for a long time now. I think the fitness function is critical, but the problem is that taste is subjective, and you need to listen to many riffs/melodies to evolve to a "good" state. Also, you either start with specific melodies, in which case you would skew the results, or start with random noise, in which case it would take a very long time to evolve to anything good. So it seems like you must constrain i tsomehow, such as "only use 12 tones, with full/half/quarter/third notes".

But anyways, my idea for a way to resolve the problem of fitness taking forever would be to livestream it on Twitch, in the same vein as the "Twitch plays Pokemon" where viewers can input commands to vote for an action, they could vote on the fitness of musical tracks.

a day agochipsrafferty

> What's obviously missing is a "fitness function" that can approximate the equivalent of human taste, so the final evolved forms just end up being widely random in terms of quality.

Honestly for me this is a feature not a bug. If I want to hear music that matches my personal taste exactly I can just go to my instrument and play it. These tools are a way to taste more exotic forms and see if there's anything worth carrying over.

a day agoAlecSchueler

And that's perfectly fine.

But when we conceptualize something like music in the form of evolutionary computation then it is important to be able to define a good metric for the fitness function otherwise you might as well just take X pieces of music, normalize them to the same key signature/tempo/etc., and then randomly mash them together.

If you're just in the mood for something more exotic, I'm happy to go repeatedly sit on my piano for a few hours and send you the final samples.

a day agovunderba

> then it is important to be able to define a good metric for the fitness function

This product seems to have shipped successfully without one.

> If you're just in the mood for something more exotic, I'm happy to go repeatedly sit on my piano for a few hours and send you the final samples.

This feels needlessly condescending.

4 hours agoAlecSchueler

I had very high hopes, because I have initially read: "Conway's Game of Life, but A Musical". Still pretty cool!

a day agokcaseg

Conway Twitty biopic?

a day agowhycome

Wolfram Tones uses 1-d cellular automata to generate music. I had a lot of fun playing with this many years ago.

https://tones.wolfram.com/ (not sure if it's still up, doesn't load for me)

a day agoskulk

It’s working for me.

a day agoSanjayMehta

Oh this is cool. I did something similar with a modded Launchpad by programming GOL on it and converting the positions by column and row to octave and degree and then outputting MIDI to a synth.

https://photos.app.goo.gl/os4nF1RoPJCwNiLt6

a day agosodaplayer

gonna have a panic attack at the twinkle twinkle "star" not being a half-note.

a day agonutate

Beethoven "5" similarly affected.

13 hours agorecursive

Pretty cool! How do you decide what tone to play on birth/death? Is it based on the position in the grid or do you just pick from a simple scale at random?

a day agogobdovan

Very cool Hudson.

“each cell birth plays a harmonic note and each death plays a complementary tone”

How are you deciding which notes to play?

Is it a function that somehow depends on generations or position?

a day agoWhitneyLand

Yes it's based on the position. The column determines the note and the row determines the octave.

a day agohudsongr

Sounds lovely, I'd love to hear what it's like when the number of living cells on screen controls the length of the note so it's not just a constant rhythm, even though it is hypnotizing.

a day agorbongers

30 years later, I still miss double muffled dolphin cellular automata ambient synth... https://www.muffled.dk/map.php

a day agoanjel

All of this guy's software and music seems so cool, and there's so little information on it. Can you share anything else?

a day agorbongers

Reaktor vst has a drum synthesizer that generates midi patterns from a small grid that simulates Conway's Game of Life. It's pretty fun to play with.

a day agogbertasius

interesting! a sort of digital windchimes.

do you expect that in a blind trial it could be distinguished from playing a statistically similar number of tones chosen randomly from the available cells?

21 hours agotestaccount28
[deleted]
a day ago

Darn, I can't hear the music on iphone safari :(

a day agokevinwang

If you try turning your phone off silent it should work!

a day agohudsongr

Super interesting. Is there a dedicated place where I can just play with Melody Breeder?

a day agojMyles

is broken or down rather

a day agoge96

The play buttons appear in the top right corner of each panel.

a day agoSanjayMehta

I was seeing a "Site can't be reached" message but now it's up again

Side note, it's the Black Mirror episode Thronglets

a day agoge96

so can we interact with it please?

a day agokdfjgbdfkjgb

There was a cellular automata music sequencer once that I enjoyed. https://earslap.com/page/otomata.html

Needs flash or iOS. Simple mechanics but lots of fun music. Good design.