commit 2f101ef4c26bc716a03eb609a3afa90f0b0c0cbe
parent 83f05f85366a581885389ded99a3ff52263b2a0e
Author: Adam M <[email protected]>
Date: Wed, 19 Dec 2018 00:13:14 -0600
Update readme
Diffstat:
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/README.MD b/README.MD
@@ -16,7 +16,18 @@ YLX LY5 2X5 Y2L 2LY X25 YLX YLL
5YX XLX 5YX 25X LY5 L2Y L5X 55L
~~~~
# I Love Cookies
-Because, after all, don't we all love cookies?
+Signal & CV Sequencer. Uses Text as input. Because after all, don't we all love cookies?
+
+Knobs are labeled with lowercase letters: a-z. Inputs are labeled with uppercase letters A-Z. Programming in the sequence: ~abcd~ will sequentially output the values of knobs a, b, c, and finally d. It will then loop back to step 0: knob a again. An exact voltage can be programmed by enclosing the value in square brackets. For example: ~<4.20>~. Surrounding
+
+All of the following are valid ILC programs:
+~~~~
+<4.20>
+{abc}
+ab(cd)
+def@10
+[abc,de]@6
+~~~~
~~~~