Live data from Hacker News

Conway's Game of Life, but musical

hudsong.dev

11–20 of 37 posts

Re: Conway's Game of Life, but musical

#18

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?

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

Re: Conway's Game of Life, but musical

#19
post #5

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…

> 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.

Post reply on HN