home *** CD-ROM | disk | FTP | other *** search
/ Dave Lowe: The Developer …nd Blaster Series Disk 1 / Lowe_TheDeveloperKitForSoundBlasterSeriesDisk1.img / C / INCLUDE / SBMIDI.H < prev   
Encoding:
Text File  |  1991-11-06  |  328 b   |  13 lines

  1.  
  2. /*  Function prototypes for MIDI output routines  */
  3.  
  4. int sbmidi_out_shortmsg(unsigned char, unsigned char, unsigned char);
  5. int sbmidi_out_longmsg(char *, int);
  6.  
  7.  
  8. /*  Function prototypes for MIDI input routines  */
  9.  
  10. void sbmidi_start_input(void);
  11. void sbmidi_stop_input(void);
  12. unsigned long sbmidi_get_input(void);
  13.