home *** CD-ROM | disk | FTP | other *** search
-
- /* Function prototypes for MIDI output routines */
-
- int sbmidi_out_shortmsg(unsigned char, unsigned char, unsigned char);
- int sbmidi_out_longmsg(char *, int);
-
-
- /* Function prototypes for MIDI input routines */
-
- void sbmidi_start_input(void);
- void sbmidi_stop_input(void);
- unsigned long sbmidi_get_input(void);
-