#define COMPOSITION_MAX 128
struct CompositionElement {
int Start;
int Note;
int Volume;
int Channel;
int Length;
};
