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