12 #ifndef _instruments_h
13 #define _instruments_h
19 #include "../samples/samples.h"
22 unsigned long int tmp;
char * getNomInst(Instrument *inst)
int getVolume(Instrument *inst)
struct _enveloppe * suite
void ajouterInstrument(Instrument *tab[], int i)
void setVolume(Instrument *inst, int volume)
void setNomInst(Instrument *inst, char *nom)
struct _enveloppe Enveloppe
void supprimerInstrument(Instrument *tab[], int i)
int getBalance(Instrument *inst)
void setBalance(Instrument *inst, int balance)
struct _intrument Instrument
float rapportPitch(Instrument *inst, int note, int octave)