BogaudioModules

BogaudioModules for VCV Rack
Log | Files | Refs | README | LICENSE

commit e61b051fd5926a85ae141a7c9208708dd1a98cbb
parent c1e652e648f1285fe02404dad98a64b43083c3dd
Author: Matt Demanett <matt@demanett.net>
Date:   Tue,  1 Jan 2019 21:45:27 -0500

Update README and screens; bump version.

Diffstat:
MMakefile | 2+-
MREADME.md | 9++++++++-
Mdoc/www/lfos.png | 0
Mdoc/www/modules1.png | 0
Mdoc/www/modules4.png | 0
Mdoc/www/utilities.png | 0
6 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,6 +1,6 @@ SLUG=Bogaudio -VERSION=0.6.12 +VERSION=0.6.13 FLAGS += -DSLUG=$(SLUG) -DVERSION=$(VERSION) ifdef REQUIRE_VERSION diff --git a/README.md b/README.md @@ -110,6 +110,10 @@ LFO tracks pitch CVs at the V/OCT input four octaves lower than a normal oscilla An LFO with outputs at 8 different phases. The phases may be set by knobs and CVs; by default they are 0, 45, 90, etc, degrees from the fundamental. Otherwise, functionality is the same as with LFO, excepting that the wave shape is selectable, and all outputs are of the same (phase-shifted) wave. +#### LLFO + +A 3HP LFO, with selectable waveform. The features are a subset of LFO, with the addition of a sixth 10%-pulse waveform (since there is no pulse width control). + ### <a name="envelopes"></a> Envelopes and Envelope Utilities @@ -319,6 +323,7 @@ Features: - Quality setting: changes the FFT window size. Higher settings yield finer frequency resolution, at a higher CPU cost. The levels and sizes are: GOOD (1024 samples), HIGH (2048 samples) and ULTRA (4096 samples). If Rack's sample rate is 96khz or higher, the sizes are doubled. - Window setting: sets the window function applied to the input to the FFT. The options are Kaiser, Hamming and none/square. The default, Kaiser, is probably best for most purposes. - Each channel has a THRU output, which passes the corresponding input through unchanged. + - On the context (right-click) menu, the display vertical (amplitude) range can be set to extend down to -120dB (the default is -60dB). #### ANALYZER-XL @@ -406,7 +411,9 @@ By default, the output is capped at +/-12 volts (this is a standard in Rack). A #### S&H -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). +A dual sample-and-hold and trigger-and-hold. Sampling may be triggered by CV (on the rising edge of a trigger or gate) or button press. If nothing is connected to an IN port, sampling for that channel is from an internal white noise source (range 0-10V). + +Each channel can be toggled into track-and-hold mode. In this mode, when the input at GATE is high, or the button is held, the input is copied to the output. When the gate goes low, the input is sampled and held until the next gate. #### SLEW diff --git a/doc/www/lfos.png b/doc/www/lfos.png Binary files differ. diff --git a/doc/www/modules1.png b/doc/www/modules1.png Binary files differ. diff --git a/doc/www/modules4.png b/doc/www/modules4.png Binary files differ. diff --git a/doc/www/utilities.png b/doc/www/utilities.png Binary files differ.