diff --git a/README.md b/README.md index 46a31a3..c0b2e33 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# SickoCV v2.6.17-beta6 +# SickoCV v2.6.17-beta7 VCV Rack plugin modules (BETA TEST AREA) Compile or **download binary for ANY platform** on the releases page diff --git a/extra/crossCompiler.md b/extra/crossCompiler.md index 2d2ea23..c03cf47 100644 --- a/extra/crossCompiler.md +++ b/extra/crossCompiler.md @@ -1,4 +1,4 @@ -git tag v2.6.17-beta6 -m "create v2.6.17-beta6" +git tag v2.6.17-beta7 -m "create v2.6.17-beta7" git push origin --tags delete local tag diff --git a/plugin.json b/plugin.json index 9fb853a..9675f55 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "slug": "SickoCV", "name": "SickoCV", - "version": "2.6.17-beta6", + "version": "2.6.17-beta7", "license": "GPL-3.0-or-later", "brand": "Sickozell", "author": "Sickozell", diff --git a/src/Clocker.cpp b/src/Clocker.cpp index 9b9fc19..d8187ff 100644 --- a/src/Clocker.cpp +++ b/src/Clocker.cpp @@ -1498,7 +1498,7 @@ struct ClockerDisplayDiv1 : TransparentWidget { int tempValue = int(module->params[module->DIVMULT_KNOB_PARAM+0].getValue()); float tempXpos = 3; - if (tempValue > 11 && tempValue < 29) + if (tempValue > 13 && tempValue < 31) tempXpos = 12.8; if (tempValue < 22) @@ -1566,7 +1566,7 @@ struct ClockerDisplayDiv2 : TransparentWidget { int tempValue = int(module->params[module->DIVMULT_KNOB_PARAM+1].getValue()); float tempXpos = 3; - if (tempValue > 11 && tempValue < 29) + if (tempValue > 13 && tempValue < 31) tempXpos = 12.8; if (tempValue < 22) @@ -1634,7 +1634,7 @@ struct ClockerDisplayDiv3 : TransparentWidget { int tempValue = int(module->params[module->DIVMULT_KNOB_PARAM+2].getValue()); float tempXpos = 3; - if (tempValue > 11 && tempValue < 29) + if (tempValue > 13 && tempValue < 31) tempXpos = 12.8; if (tempValue < 22) @@ -1702,7 +1702,7 @@ struct ClockerDisplayDiv4 : TransparentWidget { int tempValue = int(module->params[module->DIVMULT_KNOB_PARAM+3].getValue()); float tempXpos = 3; - if (tempValue > 11 && tempValue < 29) + if (tempValue > 13 && tempValue < 31) tempXpos = 12.8; if (tempValue < 22) diff --git a/src/Clocker2.cpp b/src/Clocker2.cpp index 35d538b..e6f3747 100644 --- a/src/Clocker2.cpp +++ b/src/Clocker2.cpp @@ -1001,7 +1001,7 @@ struct Clocker2DisplayDiv1 : TransparentWidget { int tempValue = int(module->params[module->DIVMULT_KNOB_PARAM+0].getValue()); float tempXpos = 3; - if (tempValue > 11 && tempValue < 29) + if (tempValue > 13 && tempValue < 31) tempXpos = 12.8; if (tempValue < 22) @@ -1067,7 +1067,7 @@ struct Clocker2DisplayDiv2 : TransparentWidget { int tempValue = int(module->params[module->DIVMULT_KNOB_PARAM+1].getValue()); float tempXpos = 3; - if (tempValue > 11 && tempValue < 29) + if (tempValue > 13 && tempValue < 31) tempXpos = 12.8; if (tempValue < 22) @@ -1133,7 +1133,7 @@ struct Clocker2DisplayDiv3 : TransparentWidget { int tempValue = int(module->params[module->DIVMULT_KNOB_PARAM+2].getValue()); float tempXpos = 3; - if (tempValue > 11 && tempValue < 29) + if (tempValue > 13 && tempValue < 31) tempXpos = 12.8; if (tempValue < 22) @@ -1199,7 +1199,7 @@ struct Clocker2DisplayDiv4 : TransparentWidget { int tempValue = int(module->params[module->DIVMULT_KNOB_PARAM+3].getValue()); float tempXpos = 3; - if (tempValue > 11 && tempValue < 29) + if (tempValue > 13 && tempValue < 31) tempXpos = 12.8; if (tempValue < 22) @@ -1265,7 +1265,7 @@ struct Clocker2DisplayDiv5 : TransparentWidget { int tempValue = int(module->params[module->DIVMULT_KNOB_PARAM+4].getValue()); float tempXpos = 3; - if (tempValue > 11 && tempValue < 29) + if (tempValue > 13 && tempValue < 31) tempXpos = 12.8; if (tempValue < 22) @@ -1331,7 +1331,7 @@ struct Clocker2DisplayDiv6 : TransparentWidget { int tempValue = int(module->params[module->DIVMULT_KNOB_PARAM+5].getValue()); float tempXpos = 3; - if (tempValue > 11 && tempValue < 29) + if (tempValue > 13 && tempValue < 31) tempXpos = 12.8; if (tempValue < 22)