]> git.huck.website - cellseq.git/commitdiff
added: rest of readme basics
authorHuck Boles <huck@huck.website>
Sun, 9 Jul 2023 18:34:59 +0000 (13:34 -0500)
committerHuck Boles <huck@huck.website>
Sun, 9 Jul 2023 18:34:59 +0000 (13:34 -0500)
README.md

index 464296dc6c5c905e0757447c6e9579b02829f284..fcc854f44afcee699bc97b48a7df1f10c0c5a174 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# cellseq v0.1.0
+# cellseq v0.2.1
 
 a cellular automata driven midi sequencer
 
@@ -38,8 +38,8 @@ and range controls how high and low the scale will extend. the two vertical
 sliders on the right give a range of velocities that will be generated.
 
 for each trigger that becomes a note, *cellseq* checks if that note is already
-playing, in which case it sends a note-off, otherwise it sends a note-on on the
-selected midi channel. the number of voices is limited to the selected number,
+playing, in which case it sends a note-off. otherwise it sends a note-on for the
+selected midi channel. the voice count is limited to the selected number,
 and randomly chooses what voice to cut when the limit is hit.
 
 by turning on the loop functionality a small portion of the sequence will be