This commit is contained in:
Crizomb 2025-06-14 23:32:36 +02:00
commit 40d3358c9d
3 changed files with 74 additions and 20 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;