diff options
-rw-r--r-- | README | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -1 +1,15 @@ -A MIDI sequencer based on probabilistic finite-state automata. +Machina +======= + +Machina is a MIDI sequencer based on Finite State Automata. + +A machine can be constructed manually from the user interface, recorded from +MIDI input (free-form or step), or loaded from a MIDI file. The probability of +arcs can be manipulated to produce a machine that produces structured but +constantly changing output. Thus, Machina can be used as a generative recording +tool that plays back patterns similar to, but not identical to, the original +input. + +For more information, see <http://drobilla.net/software/machina>. + + -- David Robillard <d@drobilla.net> |