BogaudioModules

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

commit 021377e866431684f898d801ba0fc6eb02bfbd6d
parent 40abcaebfd048281b5c1756742d2223766eeac8d
Author: Matt Demanett <matt@demanett.net>
Date:   Wed, 22 Jul 2020 00:07:06 -0400

README fix.

Diffstat:
MREADME.md | 4++--
Mdoc/www/mixers1.png | 0
Mdoc/www/mixers2.png | 0
Mscripts/make_screenshots.rb | 4++--
4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -418,6 +418,8 @@ _Polyphony:_ As with MIX8, this is a monophonic module, but with the same non-st An expander for MIX4, with functionality identical to what MIX8X adds to MIX8. +![Mixers screenshot](doc/www/mixers2.png) + #### <a name="mix1"></a> MIX1 A 3HP fader/VCA, with mute. @@ -434,8 +436,6 @@ _Polyphony:_ <a href="#polyphony">Polyphonic</a>, with channels defined by the L A four-channel mixer in 10HP. -![Mixers screenshot](doc/www/mixers2.png) - Features: - Four input channels and mono mix output with knob and CV control over level. CVs expect 0-10V; when CV is in use, it is attenuated by the knob. - Linear mode makes the knob/CV response linear in amplitude (this is good dialing in a CV mix); otherwise, and by default, the response is linear in decibels (and therefore exponential in amplitude). diff --git a/doc/www/mixers1.png b/doc/www/mixers1.png Binary files differ. diff --git a/doc/www/mixers2.png b/doc/www/mixers2.png Binary files differ. diff --git a/scripts/make_screenshots.rb b/scripts/make_screenshots.rb @@ -118,14 +118,14 @@ screens = [ file: 'mixers1.png', crop: true, rows: [ - ['Mix8', 'Mix8x', 'Mix4', 'Mix4x', 'Mix1'] + ['Mix8', 'Mix8x', 'Mix4', 'Mix4x'] ] }, { file: 'mixers2.png', crop: true, rows: [ - ['VCM', 'Mute8', 'Pan', 'XFade'] + ['Mix1', 'Mix2', 'VCM', 'Mute8', 'Pan', 'XFade'] ] }, {