Top
Best
New

Posted by hudsongr 2 days ago

Conway's Game of Life, but musical(www.hudsong.dev)
206 points | 34 comments
vunderba 2 days ago|
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

chipsrafferty 2 days ago||
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.

AlecSchueler 2 days ago||
> 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.

vunderba 2 days ago||
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.

kcaseg 2 days ago||
I had very high hopes, because I have initially read: "Conway's Game of Life, but A Musical". Still pretty cool!
whycome 2 days ago|
Conway Twitty biopic?
casty 2 days ago||
The demo sounds lovely. Thought I’d mention that for the Eurorack synthesizer format there is a 16 cell sequencer by NLC: https://www.nonlinearcircuits.com/modules/p/cellular-automat...
skulk 2 days ago||
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)

SanjayMehta 2 days ago|
It’s working for me.
BenoitEssiambre 2 days ago||
I love this stuff. This 256 byte video clip is a great example using similar principles: https://www.youtube.com/watch?v=sWblpsLZ-O8
import 2 days ago||
There is a MIDI sequencer called ZOA (for Apple devices) that does a very similar job. I had a lot of fun with it, combining it with synthesisers (I have bunch of them but my fave is Moog's) inside AUM.

https://apps.apple.com/nl/app/zoa-living-midi-sequencer/id15...

sodaplayer 2 days ago||
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

mbil 2 days ago||
I made a musical game of life not long ago if you want something to play with https://matthewbilyeu.com/tone-of-life
abemiller 2 days ago||
musical space with 12 notes per octave may be better mapped onto a hexagon grid rather than a square one

https://www.whatistoday.net/2019/09/jammer.html

tetris11 1 day ago|
The soundtrack for Conway's Game of Life that I've always had in my head is John Carpenters' Wraith

https://www.youtube.com/watch?v=21NIxhWQrIU

More comments...