/*
 midi.h
 ------
*/

#ifndef midi_h
#define midi_h

unsigned int event_to_cmd(unsigned int event);
unsigned int cmd_to_event(int port, unsigned int cmd);

#endif
