commit 5f3248747687e922c7732027b638094eb793f932
parent 0daf784cb4a8aa89f2da63698284d40432d78181
Author: Matt Demanett <matt@demanett.net>
Date: Thu, 29 Mar 2018 23:38:51 -0400
Bump version; screenshot and readme updates.
Diffstat:
8 files changed, 5 insertions(+), 12 deletions(-)
diff --git a/Makefile b/Makefile
@@ -1,6 +1,6 @@
SLUG=Bogaudio
-VERSION=0.6.4
+VERSION=0.6.5
FLAGS += -DSLUG=$(SLUG) -DVERSION=$(VERSION)
ifdef REQUIRE_VERSION
diff --git a/README.md b/README.md
@@ -19,16 +19,7 @@ You'll need to be set up to build [VCV Rack](https://github.com/VCVRack/Rack) it
make
```
-**The master branch of this module currently builds against Rack's master branch**, which has changes that will be released as Rack 0.6.
-
-To build Bogaudio for the current production version of Rack (0.5), check out the corresponding branch:
-
- ```
- (in plugins/BogaudioModules:)
- git fetch
- git checkout v0.5.x
- make
- ```
+The master branch of this module currently builds against Rack's master and v0.6 branches.
## Modules
@@ -98,7 +89,9 @@ A triggerable gate with duration up to 10 seconds, with an optional pre-delay of
#### MANUAL
-A manual trigger/gate with 8 outputs. A constant high value is sent from each output for as long as the TRIG button is held.
+A manual trigger/gate with 8 outputs. A constant high value is sent from each output for as long as the TRIG button is held.
+
+Manual may be set to output a trigger pulse on patch load (akin to a Max/Msp or Pd loadbang). This is off by default; enable clicking "Trigger on Load" on the module's context (right-click) menu.
#### NOISE
diff --git a/doc/www/analyzer.png b/doc/www/analyzer.png
Binary files differ.
diff --git a/doc/www/dadsrh.png b/doc/www/dadsrh.png
Binary files differ.
diff --git a/doc/www/modules.png b/doc/www/modules.png
Binary files differ.
diff --git a/doc/www/resumeloop.png b/doc/www/resumeloop.png
Binary files differ.
diff --git a/doc/www/shaper.png b/doc/www/shaper.png
Binary files differ.
diff --git a/doc/www/utilities.png b/doc/www/utilities.png
Binary files differ.