Skip to content

Commit

Permalink
Version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mhetrick committed Sep 11, 2021
1 parent beae178 commit 57eb090
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.4.1
- Fix Divide & Conquer by replacing digital shortcuts with analog models.
- Divine CMOS's clock divider was running twice as slow as it should have. Hopefully no one reads this! That would be very embarassing ;)

### 1.4.0
- Add Divide & Conquer
- Switch from Azure Pipelines to GitHub Actions for automated builds.
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"slug": "NonlinearCircuits",
"name": "Nonlinear Circuits",
"version": "1.4.0",
"version": "1.4.1",
"license": "GPL-3.0-only",
"author": "Michael Hetrick",
"authorEmail": "",
Expand Down
2 changes: 0 additions & 2 deletions src/DivineCMOS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ struct DivineCMOS : Module {
bool divBools2[4] = {false, false, false, false};
bool outBools[4] = {false, false, false, false};
float outMix[4] = {false, false, false, false};
int stepCount1 = 0;
int stepCount2 = 0;

NLCTrigger clockIn1, clockIn2;

Expand Down

0 comments on commit 57eb090

Please sign in to comment.