commit 7a14f0007d6460d49fd08b5ee82db19c1467a956
parent 416c09e741f19be93994fdf42d0391ef2a712a94
Author: Adam <[email protected]>
Date: Fri, 26 Oct 2018 22:51:07 -0500
Update README.MD
Diffstat:
1 file changed, 5 insertions(+), 12 deletions(-)
diff --git a/README.MD b/README.MD
@@ -1,29 +1,22 @@
-
-# computerscare modules
-
-Modules for VCV Rack. I take great pride in the graphic design.
-
# Laundry Soup
Laundry Soup is a trigger sequencer that takes text as input. If you connect a clock signal to the "clk" input, and type "1" in the top text box, the top "out" output will send a trigger each clock. "2" sends a trigger every 2 clock signals. "31" sends a trigger on the 1st and 4th clock signals, and then repeats this pattern forever or until reset.
-
+
-### Buttons:
-No buttons on Laundry Soup lol!
-
-### Knobs:
-Laundry Soup doesn't have any knobs either
-
### Text Input:
Lets represent a clock signal like this:
`xxxxxxxx`
If the value
+
`2`
+
is input into a text field, the output signal will be:
+
`x-x-x-x-`
+
### Input Jacks:
**Global Clock (clk):** Increases each row's absoluteStep by 1.