sequence length can be changed from the UI

This commit is contained in:
Oleksiy
2025-03-11 20:27:50 +02:00
parent d59993d494
commit 47e4babcf6
3 changed files with 31 additions and 12 deletions

View File

@ -102,7 +102,7 @@ bool seqB6[16] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
bool seqB7[16] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
bool seqB8[16] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};*/
byte currentStep[7] = {0};
byte stepNumSelected = 0;
int8_t stepNumSelected = 0;
byte patternToEdit;
unsigned int channelPulseCount[7];