AlgoMIDI – A Mathematical 'Music Studio'
7 comments
·February 26, 2025mvoos
Inspired by https://youtube.com/watch?v=b2SjVwYNr54
AlgoMIDI is a small 'music studio' personal project written in Vue. You create music by specifying an intial state for the cellular automata (default ruleset is Conway's Game of Life but you can specify your own) and choosing a graph traversal algorithm (BFS/DFS).
mvoos
You can try it out here: https://algomidi.vercel.app/
hulium
Some things in the interface are white-on-white if viewed in light mode. It only looks correct if the browser is in dark mode.
borgdefenser
I love graphs and music so the interface is interesting.
I think it either needs that snap to a scale like in the youtube video you posted or it needs to do something more 12-tone row sounding.
I couldn't get it to make anything that sounded more than just random.
smartis2812
Adding a Download button would be nice to store the track.
Rochus
Cool idea.
Reminds me a little of Wolfram Tones (https://tones.wolfram.com/) which is a cellular automaton tune generator. I used to use that for the ringtones on my cell phone around 20 years ago when they made that site.