computerscare-vcv-modules

computerscare modules for VCV Rack
Log | Files | Refs

commit 6fb5c5dc0a35ed09a8af81ffe4e23dd6a542b6b2
parent 930501b514c0ae161d81a1e0fc5aa4f373d42a9a
Author: Adam M <aemalone@gmail.com>
Date:   Mon, 11 Feb 2019 00:06:26 -0600

Update background for readme, bump version

Diffstat:
MMakefile | 2+-
Mdoc/all-computerscare-modules.png | 0
Adoc/ohpeas-basic-1.png | 0
Msrc/ComputerscareOhPeas.cpp | 6+++---
4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile @@ -7,7 +7,7 @@ SLUG = computerscare # Must follow the format in the Versioning section of # https://vcvrack.com/manual/PluginDevelopmentTutorial.html -VERSION = 0.6.5 +VERSION = 0.6.6 # FLAGS will be passed to both the C and C++ compiler FLAGS += diff --git a/doc/all-computerscare-modules.png b/doc/all-computerscare-modules.png Binary files differ. diff --git a/doc/ohpeas-basic-1.png b/doc/ohpeas-basic-1.png Binary files differ. diff --git a/src/ComputerscareOhPeas.cpp b/src/ComputerscareOhPeas.cpp @@ -169,9 +169,9 @@ void ComputerscareOhPeas::step() { if(numDivisionsKnobValue != numDivisions) { //printf("%i, %i, %i, %i\n",numDivisionsKnobValue,numDivisions,iTranspose,globalTranspose); - //what a hack!!! - if(numDivisionsKnobValue != 0){ - + + //what a hack!!! + if(numDivisionsKnobValue != 0){ numDivisions = numDivisionsKnobValue; setQuant(); }