difficulté adaptative
This commit is contained in:
parent
da42d26c23
commit
ed67d84c88
2 changed files with 30 additions and 18 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue