Polyrhythm tracks
This commit is contained in:
+1
-1
@@ -104,7 +104,7 @@ bool isItemVisible(int index) {
|
||||
int menuSelection = 0;
|
||||
volatile bool trackMute[NUM_TRACKS];
|
||||
int randomizeTrack = 0;
|
||||
volatile int numSteps = NUM_STEPS;
|
||||
volatile int numSteps[NUM_TRACKS] = {NUM_STEPS, NUM_STEPS, NUM_STEPS, NUM_STEPS};
|
||||
volatile int playbackStep = 0;
|
||||
volatile int midiChannels[NUM_TRACKS];
|
||||
int scaleNotes[12];
|
||||
|
||||
Reference in New Issue
Block a user