aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-01-14 03:21:50 +0000
committerDavid Robillard <d@drobilla.net>2013-01-14 03:21:50 +0000
commit7ed3c6d49beb48d7e5fdf4eb3c41eb78524a638a (patch)
tree27984fe914eb7b4eaeff70122638c53ca22b2298 /README
parent8b03dea3c1dae3d00fb4e0cbabbaad2ff757c496 (diff)
downloadmachina-7ed3c6d49beb48d7e5fdf4eb3c41eb78524a638a.tar.gz
machina-7ed3c6d49beb48d7e5fdf4eb3c41eb78524a638a.tar.bz2
machina-7ed3c6d49beb48d7e5fdf4eb3c41eb78524a638a.zip
Update READMEs.
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4980 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 15 insertions, 1 deletions
diff --git a/README b/README
index 7a7c9c3..2ee1aad 100644
--- a/README
+++ b/README
@@ -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>