nombre fini de notes générées

This commit is contained in:
antpoms 2025-06-16 16:34:37 +02:00
parent e5357049b0
commit b542aea9b3
2 changed files with 7 additions and 3 deletions

View file

@ -33,7 +33,6 @@ public:
int nextChord(int currentChord);
int firstNote();
int nextNote(int currentNote);
int noteSecondaire(int note);
float getTimeTempo() const;
float getTime() const;
float timeBeforeNewGeneration{4.f};