Let's call this 1.1.1 beta 1
This commit is contained in:
@ -499,7 +499,7 @@ void calculateCycles() {
|
|||||||
for (byte i = 0; i < 6; i++) {
|
for (byte i = 0; i < 6; i++) {
|
||||||
int mod = 0; //subdiv modulation happens here
|
int mod = 0; //subdiv modulation happens here
|
||||||
if (channels[i].CV1Target == 1) {
|
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) {
|
} else if (channels[i].CV2Target == 1) {
|
||||||
mod = map(CV2Input, -1, 1024, -5, 5);
|
mod = map(CV2Input, -1, 1024, -5, 5);
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.6 KiB |
Reference in New Issue
Block a user