computerscare-vcv-modules

computerscare modules for VCV Rack
Log | Files | Refs

commit 64a78915a248a46ca44d5be78618738e4e110486
parent c2e06e09f7ee16a23817fdb75a19cc1a8b8b0bf5
Author: Adam M <aemalone@gmail.com>
Date:   Fri, 26 Oct 2018 22:51:20 -0500

Merge branch 'master' of https://github.com/freddyz/computerscare-vcv-modules

Diffstat:
MREADME.MD | 47+++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 45 insertions(+), 2 deletions(-)

diff --git a/README.MD b/README.MD @@ -1,7 +1,44 @@ +# 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. -# computerscare modules +![ComputerscarePatchSequencer](./doc/laundry-soup-basic-2.png) -Modules for VCV Rack. I take great pride in the graphic design. + +### 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. + +**Global Reset (rst):** Resets each row's absoluteStep to 0. + +**Individual Clock (clk):** Increases this row's absoluteStep by 1. If a cable is plugged in, this row ignores the Global Clock. + +**Individual Reset (rst):** Resets this row's absoluteStep to 0. If a cable is plugged in, this row ignores the Global Reset. + + +### Output Jacks: + +**Individual Row Output (out):** The output of the row's pattern. + +**Individual Row First Step Output (one):** Sends a trigger on the 1st step of this row's pattern. + + + + +*Inspired by Frank Buss's Formula, Ryan Kirkbride's FoxDot, SuperCollider* + +--/-_\-_--\-_/ \ _ -_ \/_ \ -_\\/ /_\\-/-\-_ \\/\ _\\\/\//-/\ __ -___ _-__- --_//_ ----_-\__-_ _-\\-_\/\ _/_\\_\\-_-\- ## Father & Son Patch Sequencer @@ -61,6 +98,12 @@ All steps: All patch matrices for all steps will be randomized *Inspired by Strum's Patch Matrix, Bidoo's ACnE Mixer, and Fundamental Sequential Switch* + + +淴淴⊻淴 ⊻ ⊻ 淴 淴 淴 淴 淴 淴⊻ 淴⊻淴⊻ ⊻ ⊻ ⊻ 淴淴⊻淴 ⊻ ⊻ 淴 淴 淴 淴 淴 淴⊻ 淴⊻淴⊻ ⊻ ⊻ ⊻ + + + ## Debug A simple module for debugging. Displays a list of the last 16 voltages read from IN, with the most recent one at the top.