fixed the issue when multipliers on 7th channel stopped everything

This commit is contained in:
Oleksiy
2025-03-06 17:03:38 +02:00
parent 5f722c4c0d
commit b2f335bf6a

View File

@ -66,11 +66,11 @@ byte currentStep = 0;
byte stepNumSelected = 0;
bool *patternToEdit;
unsigned int channelPulseCount[6];
unsigned int channelPulsesPerCycle[6];
unsigned int channelPulseCount[7];
unsigned int channelPulsesPerCycle[7];
byte sixteenthPulseCount = 0;
int playingModes[6]; // should be renamed to currentSubdivs or something. Updated from channels object on beat and with applied CV modulation
int playingModesOld[6];
int playingModes[7]; // should be renamed to currentSubdivs or something. Updated from channels object on beat and with applied CV modulation
int playingModesOld[7];
unsigned int pulsePeriod;
bool isPlaying;// = false; // replace to something like byte status where 1xxxxxx isPlaying, x1xxxxx isRecording etc