computerscare-vcv-modules

computerscare modules for VCV Rack
Log | Files | Refs

commit 6e0b908ecd06b86c4a24f9a2a934786b5f874fb7
parent 13e749dfca2e7485a49ad11ca56f98eea2703336
Author: Adam M <aemalone@gmail.com>
Date:   Thu, 26 Jul 2018 13:17:30 +0300

more readme

Diffstat:
MREADME.MD | 28++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/README.MD b/README.MD @@ -10,32 +10,32 @@ If you've ever wished that patch cables could be sequenced, this is the module f Father & Son Patch Sequencer allows for the sequencing of connections. It's somewhat like a giant sequential switch. ### Buttons: -Patch Matrix: Grid of 100 buttons. When the button is lit in green, it means that the input column and output row is connected for the step that is being edited. When the button is lit in red, it means that the input column and output row is connected for the currently active step. +*Patch Matrix: Grid of 100 buttons. When the button is lit in green, it means that the input column and output row is connected for the step that is being edited. When the button is lit in red, it means that the input column and output row is connected for the currently active step. -Next Active Step Button: Moves to the next active step. If the sequence length is set to greater than 1, the red lights in the patch matrix will change. +*Next Active Step: Moves to the next active step. If the sequence length is set to greater than 1, the red lights in the patch matrix will change. -Previous/Next Editing Step Button: Move to edit the previous or next step. Note that this will always cycle from 1 to 16 no matter what number of steps the knob is set to. +*Previous/Next Editing Step: Move to edit the previous or next step. Note that this will always cycle from 1 to 16 no matter what number of steps the knob is set to. ### Knobs: -Number of Steps: Choose between 1 and 16 steps. +*Number of Steps: Choose between 1 and 16 steps. ### Inputs: -Clock: Moves to the next active step. If the currently active step is equal to the number-of-steps, it will go back to step 1. Does the same thing as the 'Next Active Step Button'. +*Clock: Moves to the next active step. If the currently active step is equal to the number-of-steps, it will go back to step 1. Does the same thing as the 'Next Active Step Button'. -Randomize: Randomizes the patch matrix for the current editing step. Randomly enables exactly one input for each output. Does the same thing as the 'randomize' selection from the right-click menu. +*Randomize: Randomizes the patch matrix for the current editing step. Randomly enables exactly one input for each output. Does the same thing as the 'randomize' selection from the right-click menu. -Input Column: 10 input jacks for any sort of signal you want. +*Input Column: 10 input jacks for any sort of signal you want. ### Outputs: -Output Row: 10 output jacks which output the sum of the signals in that particular column. +*Output Row: 10 output jacks which output the sum of the signals in that particular column. ### Possible applications: -Triggers: +*Triggers: -Envelopes / CV: +*Envelopes / CV: -Audio: +*Audio: Inspired by Strum's Patch Matrix and Bidoo's ACnE Mixer. @@ -44,8 +44,8 @@ Inspired by Strum's Patch Matrix and Bidoo's ACnE Mixer. A simple module for debugging. Displays a list of the last 16 voltages read from IN, with the most recent one at the top. ### Inputs: -Trigger: When a trigger signal is detected, the voltage at the Input will be placed at the top of the list of voltages, and the voltage at the bottom will be discarded from the display. +*Trigger: When a trigger signal is detected, the voltage at the Input will be placed at the top of the list of voltages, and the voltage at the bottom will be discarded from the display. -Input: Any sort of signal you wish to probe. +*Input: Any sort of signal you wish to probe. -Clear: Reset the list of voltages back to all zeros. +*Clear: Reset the list of voltages back to all zeros.