PonyTracker
Un projet de tracker de musique
|
#include "instruments.h"
Aller au code source de ce fichier.
Fonctions | |
void | ajouterInstrument (Instrument *tab[], int i) |
void | supprimerInstrument (Instrument *tab[], int i) |
char * | getChemin (Instrument *inst) |
int | getVolumeInst (Instrument *inst) |
int | getBalance (Instrument *inst) |
char * | getNomInst (Instrument *inst) |
Sample * | getSample (Instrument *inst) |
void | setVolumeInst (Instrument *inst, int volume) |
void | setBalanceInst (Instrument *inst, int balance) |
void | setNomInst (Instrument *inst, char *nom) |
void | setSample (Instrument *inst, Sample *smpl) |
float | rapportPitch (Instrument *inst, int note, int octave) |
void ajouterInstrument | ( | Instrument * | tab[], |
int | i | ||
) |
Définition à la ligne 13 du fichier instruments.c.
int getBalance | ( | Instrument * | inst | ) |
Définition à la ligne 30 du fichier instruments.c.
char* getChemin | ( | Instrument * | inst | ) |
Définition à la ligne 22 du fichier instruments.c.
char* getNomInst | ( | Instrument * | inst | ) |
Définition à la ligne 34 du fichier instruments.c.
Sample* getSample | ( | Instrument * | inst | ) |
Définition à la ligne 38 du fichier instruments.c.
int getVolumeInst | ( | Instrument * | inst | ) |
Définition à la ligne 26 du fichier instruments.c.
float rapportPitch | ( | Instrument * | inst, |
int | note, | ||
int | octave | ||
) |
Définition à la ligne 58 du fichier instruments.c.
void setBalanceInst | ( | Instrument * | inst, |
int | balance | ||
) |
Définition à la ligne 46 du fichier instruments.c.
void setNomInst | ( | Instrument * | inst, |
char * | nom | ||
) |
Définition à la ligne 50 du fichier instruments.c.
void setSample | ( | Instrument * | inst, |
Sample * | smpl | ||
) |
Définition à la ligne 54 du fichier instruments.c.
void setVolumeInst | ( | Instrument * | inst, |
int | volume | ||
) |
Définition à la ligne 42 du fichier instruments.c.
void supprimerInstrument | ( | Instrument * | tab[], |
int | i | ||
) |
Définition à la ligne 18 du fichier instruments.c.