Merge branch 'master' of https://github.com/Crizomb/RythmGame
This commit is contained in:
commit
40d3358c9d
3 changed files with 74 additions and 20 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