difficulté adaptative

This commit is contained in:
antpoms 2025-06-14 21:56:10 +02:00
parent da42d26c23
commit ed67d84c88
2 changed files with 30 additions and 18 deletions

View file

@ -16,6 +16,7 @@ private:
std::vector<std::vector<float>> markov_matrix_chords;
std::vector<std::vector<float>> markov_matrix_melody;
int nbr_melo_max{4};
int nbr_melo_total{ 64 };
int current_beat{0};
std::vector<std::vector<float>> rythmes;
int index_note;