home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / sound / nh10src / sbmidi.h < prev    next >
Encoding:
Text File  |  1991-12-15  |  306 b   |  11 lines

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