#define HITNAMESIZE 30 struct HitName { struct HitName *next; /* Linked list. */ unsigned char note; /* Equivalent MIDI value. */ char name[HITNAMESIZE]; /* Text. */ };