More harmony through chord notes

This commit is contained in:
Dejvino
2026-03-10 21:58:03 +01:00
parent f34f960358
commit aa51e1e95a
13 changed files with 269 additions and 242 deletions
+2 -2
View File
@@ -2,7 +2,6 @@
#define SEQUENCE_GENERATOR_H
#include "TrackerTypes.h"
#include "config.h"
class SequenceGenerator {
public:
@@ -12,6 +11,7 @@ public:
static void generateRandomScale();
static void updateScale();
static void pickRandomScaleType(int themeType);
static void getChordNotes(int* chordNotes, int& numChordNotes);
};
#endif
#endif