Let's call this 1.1.1 beta 1

This commit is contained in:
Oleksiy
2024-08-25 17:33:39 +03:00
parent f5b1dbf122
commit 553fbb420f
2 changed files with 1 additions and 1 deletions

View File

@ -499,7 +499,7 @@ void calculateCycles() {
for (byte i = 0; i < 6; i++) {
int mod = 0; //subdiv modulation happens here
if (channels[i].CV1Target == 1) {
mod = map(CV1Input, -1, 1024, -5, 5); //(channels[i].CV1Value * -1), channels[i].CV1Value)
mod = map(CV1Input, -1, 1024, -5, 5);
} else if (channels[i].CV2Target == 1) {
mod = map(CV2Input, -1, 1024, -5, 5);
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB