Skip to content

Commit

Permalink
Trimpot new style
Browse files Browse the repository at this point in the history
  • Loading branch information
kockie69 committed Oct 20, 2021
1 parent c9ded89 commit 607cbd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"sourceUrl": "https://github.com/kockie69/SquinkyVCV-main",
"manualUrl": "https://github.com/kockie69/SquinkyVCV-main/blob/master/docs/booty-shifter.md",
"changelogUrl": "https://github.com/kockie69/SquinkyVCV-main/blob/master/CHANGELOG.md",
"version": "2.0.11",
"version": "2.0.12",
"modules":
[
{
Expand Down
4 changes: 2 additions & 2 deletions src/ctrl/SqWidgets.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ struct BlueToggle : public SvgSwitch
}
};

struct SqTrimpot24 : app::SvgKnob {
struct SqTrimpot24 : Trimpot {
SqTrimpot24() {
minAngle = -0.75 * M_PI;
maxAngle = 0.75 * M_PI;
setSvg(SqHelper::loadSvg("res/trimpot-24.svg"));
//setSvg(SqHelper::loadSvg("res/trimpot-24.svg"));
}
};

Expand Down

0 comments on commit 607cbd1

Please sign in to comment.