diff --git a/Software/Gravity/Gravity.ino b/Software/Gravity/Gravity.ino index 6ddbee9..84ffc99 100644 --- a/Software/Gravity/Gravity.ino +++ b/Software/Gravity/Gravity.ino @@ -66,11 +66,11 @@ byte currentStep = 0; byte stepNumSelected = 0; bool *patternToEdit; -unsigned int channelPulseCount[6]; -unsigned int channelPulsesPerCycle[6]; +unsigned int channelPulseCount[7]; +unsigned int channelPulsesPerCycle[7]; byte sixteenthPulseCount = 0; -int playingModes[6]; // should be renamed to currentSubdivs or something. Updated from channels object on beat and with applied CV modulation -int playingModesOld[6]; +int playingModes[7]; // should be renamed to currentSubdivs or something. Updated from channels object on beat and with applied CV modulation +int playingModesOld[7]; unsigned int pulsePeriod; bool isPlaying;// = false; // replace to something like byte status where 1xxxxxx isPlaying, x1xxxxx isRecording etc