Below is the file 'src/lsi/midi.h' from this revision. You can also download the file.

/* midi.h */

int midi_init(void);
void midi_close(void);
int midi_filter(void);
int midi_read(void);
int midi_getcmd(int *, int *);