PonyTracker
Un projet de tracker de musique
|
#include <stdlib.h>
#include <stdio.h>
Aller au code source de ce fichier.
Fonctions | |
void | creerProjet (char chemin[], Sample *smpl[], Instrument *inst[], Motif *liste, Motif *melodie[]) |
void | chargerProjet (char chemin[], Sample *smpl[], Instrument *inst[], Motif *liste, Motif *melodie[]) |
void | sauverProjet (char chemin[], Sample *smpl[], Instrument *inst[], Motif *liste, Motif *melodie[]) |
void | copierProjet (char chemin[], Sample *smpl[], Instrument *inst[], Motif *liste, Motif *melodie[]) |
void chargerProjet | ( | char | chemin[], |
Sample * | smpl[], | ||
Instrument * | inst[], | ||
Motif * | liste, | ||
Motif * | melodie[] | ||
) |
void copierProjet | ( | char | chemin[], |
Sample * | smpl[], | ||
Instrument * | inst[], | ||
Motif * | liste, | ||
Motif * | melodie[] | ||
) |
void creerProjet | ( | char | chemin[], |
Sample * | smpl[], | ||
Instrument * | inst[], | ||
Motif * | liste, | ||
Motif * | melodie[] | ||
) |