diff options
author | David Robillard <d@drobilla.net> | 2013-01-14 07:15:47 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-01-14 07:15:47 +0000 |
commit | 035a94ce6c9a32025f88441ef8aedaf887a40318 (patch) | |
tree | ee8014a89cffabc4da14e7ac72a1a3b168ae41f4 | |
parent | d7352e95ff6f833bc1a2594bbe1954d939ab9898 (diff) | |
download | machina-035a94ce6c9a32025f88441ef8aedaf887a40318.tar.gz machina-035a94ce6c9a32025f88441ef8aedaf887a40318.tar.bz2 machina-035a94ce6c9a32025f88441ef8aedaf887a40318.zip |
Update README.
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4983 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -4,11 +4,11 @@ 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. +MIDI input (free-form or step), or loaded from a MIDI file. The probability of +arcs can be manipulated to build a machine that produces structured but +constantly changing output. This way, 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>. |