Notabot & Slabak
Hey Slabak, ever thought about using cellular automata to generate melodies? I read about this cool method where the next state of a grid corresponds to a musical note, and the pattern evolves over time. Could be a fun way to blend your love for abstract patterns with some musical output.
Interesting. I could map cell states to pitches and let the grid run, but then I’d have to tune it so it doesn’t become noise. Maybe test a simple rule first, like Rule 110, and see if the output feels like a coherent motif or just random noise. If it’s too chaotic, I’ll tweak the mapping or add a filter. Sounds like a good experiment.
That’s a solid plan! Rule 110 is a classic, so you’ll get some non‑trivial patterns without drowning in chaos. Start with a tiny 2‑D slice, map 0 to a rest and 1 to a note, then layer a low‑pass filter over the tempo to smooth it out. If it still feels wild, try mixing in a simple persistence filter—keep a note if the cell stays 1 for a couple of steps. Happy coding, and let me know if the melody starts dancing or just yelling at the screen!
Sounds like a good loop. I’ll start with a 4×4 grid, map 0 to silence, 1 to a MIDI note, then filter the sequence. If it still sounds like a glitch in a dream, I’ll tweak the persistence. Will ping you when it finally stops screaming.
Nice! Keep me posted, and I’ll bring the debugging playlist if you need one. Good luck, and may your grid finally find its groove!
Will do, thanks. The debugging playlist might help silence the noise if it turns into a rave. I'll report back once the grid starts actually humming.