commit 904643efba9cb13158d0fba992c847cd016a04c9
parent 1a4773bb6c21c227e5a60192804427512bdd424e
Author: Matt Demanett <matt@demanett.net>
Date: Wed, 24 Jan 2018 01:55:06 -0500
Update readme and screenshots.
Diffstat:
3 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -86,6 +86,10 @@ A collection of compact 3-HP utility modules.

+#### DETUNE
+
+A 1V/octave pitch processor, for controlling a detuned oscillator pair. A reference pitch in raised and lowered by the number of cents (hundredths of a semitone) specified by the knob and CV, and output at OUT+ and OUT-. The input pitch is output at THRU.
+
#### DGATE
A triggerable gate with duration up to 10 seconds, with an optional pre-delay of up to 10 seconds. A trigger pulse is output at END when a delay/gate cycle ends. If the STOP/LOOP switch is set to LOOP, or if the trigger is high when the cycle ends, the cycle repeats.
@@ -112,6 +116,12 @@ A tuner that outputs a selectable (Western, chromatic) pitch as CV (1v/octave, f
A dual sample-and-hold. Sampling may be triggered by CV or button press. If nothing is connected to an IN port, sampling for that channel is from an internal white noise source (range 0-10).
+#### STACK
+
+A 1V/octave pitch processor for stacking oscillators. The SEMIS, OCTAVE and FINE knobs determine an interval (up or down) to apply to the input pitch and send to OUT. The input pitch is sent unmodified to THRU, for ease of chaining multiple STACKs to control multiple oscillators, e.g. to create chords.
+
+The CV input expects +/-5 volts; the value modifies the interval set by the knobs in the amount of one semitone per tenth volt. If QZ (quantize) is active, the CV-controlled interval is quantized to the nearest semitone. This specialized CV is output at the THRU port, with a value set by the knobs and CV in, when there is no input pitch.
+
#### SWITCH
A signal-routing module with two through channels. If the button is held or the GATE input is high, the HIGH input for each channel is routed to the corresponding OUT. Otherwise, each LOW input is routed to each OUT.
diff --git a/doc/www/modules.png b/doc/www/modules.png
Binary files differ.
diff --git a/doc/www/utilities.png b/doc/www/utilities.png
Binary files differ.