UI tweaks for new modes
This commit is contained in:
@ -452,7 +452,7 @@ void calculateCycles() {
|
||||
}
|
||||
playingModes[i] = subDivs[channels[i].subDiv - mod]; //subtracting because the innitial array is backwards
|
||||
|
||||
if (channels[i].mode == 2) { //Sequencer plays 1/16th
|
||||
if (channels[i].mode == 2 || channels[i].mode == 3) { //Sequencer and swing plays 1/16th
|
||||
channelPulsesPerCycle[i] = (PPQN / 4) - 1;
|
||||
} else if (playingModes[i] > 0) {
|
||||
channelPulsesPerCycle[i] = (playingModes[i] * PPQN) - 1;
|
||||
|
||||
Reference in New Issue
Block a user