Mieux, beaucoup mieux.

This commit is contained in:
Raspbeguy
2014-05-21 23:27:28 +02:00
parent d29a9d075d
commit 027f3c97fd
3 changed files with 1516 additions and 486 deletions

View File

@@ -112,7 +112,7 @@ void lecture (int nombreChaines, int nombreInst, int tempo, Instrument* inst[],
//Lecture des motifs
Motif* m;
printf("\n");
for (int courant = 0; courant < taille; courant++) {
for (int i = 0; i < melodie[courant] -> nbrTmp; i++) {