Visuel notes

This commit is contained in:
Crizomb 2025-06-13 21:31:16 +02:00
parent e2fb0d911a
commit 05f8b11dec
14 changed files with 137 additions and 50 deletions

View file

@ -1,3 +1,5 @@
#pragma once
#include <fmod.hpp>
#include <fmod_errors.h>
#include <memory>
@ -31,6 +33,7 @@ public:
int firstNote();
int nextNote(int currentNote);
int noteSecondaire(int note);
float getTime();
float getTimeTempo() const;
float getTime() const;
float timeBeforeNewGeneration{0.2f};
};