SO much better than soundpad (or whatever the hell it's called)

Otomata is a generative sequencer. It employs a cellular automaton type logic I’ve devised to produce sound events.Each alive cell has 4 states: Up, right, down, left. at each cycle, the cells move themselves in the direction of their internal states. If any cell encounters a wall, it triggers a pitched sound whose frequency is determined by the xy position of collision, and the cell reverses its direction. If a cell encounters another cell on its way, it turns itself clockwise.This set of rules produces chaotic results in some settings, therefore you can end up with never repeating, gradually evolving sequences. Go add some cells, change their orientation by clicking on them, and press play, experiment, have fun.
 
I started with like 6 random ones and tried to add on how I wanted it but it's really hard to comprehend haha. So it's not exactly how I pictured it but whatevzZ
 
Back
Top