#include <stdio.h>#include <stdlib.h>#include <gtk/gtk.h>#include "motifs/motifs.h"#include "melodie/melodie.h"#include "lecture/lecture.h"Macros | |
| #define | DEF_NBR_TMP 16 |
| #define | MAX_PATTERNS 256 |
Fonctions | |
| void | afficherMotif (Motif *m, int nbrPortees) |
| void | debut (Motif *melodie[], Motif *liste, int nbrPortees) |
| int | main (int argc, char *argv[]) |
| void | fenetreSample (int argc, char *argv[]) |
| void | fenetreInstrument (int argc, char *argv[]) |
| void | fenetreMotif (int argc, char *argv[]) |
| void | lancerLecture () |
| void | quitter () |
Programme principal du Ponytracker
1.8.6