home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / mmoshead.zip / samples / mci / bach.mci next >
Text File  |  1994-02-19  |  247b  |  11 lines

  1. #
  2. # bach.mci -- play the Bach MIDI file
  3. #
  4. open Sequencer alias midi2 shareable wait
  5. info midi2 product wait
  6. set midi2 time format mmtime wait
  7. load midi2 c:\mmos2\sounds\bach.mid wait
  8. status midi2 length wait
  9. play midi2 wait
  10. close midi2
  11.