diff --git a/Makefile b/Makefile index 18316ec..25e728d 100644 --- 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 index a32bdde..6a7d9ee 100644 Binary files a/doc/all-computerscare-modules.png and b/doc/all-computerscare-modules.png differ diff --git a/doc/ohpeas-basic-1.png b/doc/ohpeas-basic-1.png new file mode 100644 index 0000000..95e7cce Binary files /dev/null and b/doc/ohpeas-basic-1.png differ diff --git a/src/ComputerscareOhPeas.cpp b/src/ComputerscareOhPeas.cpp index c52bb91..6d46878 100644 --- 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(); }