diff --git a/Software/Gravity/Gravity.ino b/Software/Gravity/Gravity.ino index 74cbc96..74aeb13 100644 --- a/Software/Gravity/Gravity.ino +++ b/Software/Gravity/Gravity.ino @@ -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); } diff --git a/Software/Gravity/logo.png b/Software/Gravity/logo.png deleted file mode 100644 index b54eca4..0000000 Binary files a/Software/Gravity/logo.png and /dev/null differ