Skip to content

Commit

Permalink
Update background for readme, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyz committed Feb 11, 2019
1 parent 930501b commit 6fb5c5d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 +=
Expand Down
Binary file modified doc/all-computerscare-modules.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/ohpeas-basic-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/ComputerscareOhPeas.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 6fb5c5d

Please sign in to comment.