removed 2s limit for long press, added midi panel design
This commit is contained in:
@ -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];
|
||||
|
||||
Reference in New Issue
Block a user