Updated pattern editor screen, fixed some minor bugs
This commit is contained in:
@ -72,7 +72,7 @@ byte currentStep = 0;
|
||||
byte stepNumSelected = 0;
|
||||
bool *patternToEdit;
|
||||
|
||||
byte memCode = 'a'; //Change to different letter if you changed the data structure
|
||||
byte memCode = 'A'; //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