removed 2s limit for long press, added midi panel design

This commit is contained in:
2023-11-26 18:34:56 +02:00
parent 7e0b8428fd
commit a179441359
6 changed files with 1815 additions and 28 deletions

View File

@ -96,7 +96,7 @@ byte currentStep = 0;
byte stepNumSelected = 0;
bool *patternToEdit;
byte memCode = 'B'; //Change to different letter if you changed the data structure
byte memCode = 'C'; //Change to different letter if you changed the data structure
unsigned int channelPulseCount[6];
unsigned int channelPulsesPerCycle[6];