home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09964.iso / midi / tim3202i.zip / README.DEC < prev    next >
Text File  |  1996-05-20  |  2KB  |  42 lines

  1. ---------------------------------------------------------------------
  2. Note: These modifications are now integrated into the sources, so you
  3. don't need to patch them, just uncomment the appropriate lines in
  4. the Makefile.    ..tt
  5. ---------------------------------------------------------------------
  6.  
  7.  
  8. Timidity-0.2h port to DEC OSF/1 with MMS support
  9. ------------------------------------------------
  10.  
  11. This was tested on a DEC alpha 250 4/266.  At the default sampling
  12. rate of 32kHz an occasional break in playing could be detected under
  13. CPU load of around 3.0  Try using lower sampling rate or using some of
  14. the hacks in config.h if you have a slow and/or busy machine. The main
  15. code for DEC audio resides in dec_audio.c and currently only supports
  16. device ID 0, since that's the only device we have in our alpha.  If you
  17. have more than one device you should be able to use them by simply
  18. altering the device ID in dec_audio.c 
  19.  
  20. If you're not getting this from the standard distribution of timidity,
  21. just grab the file timidity-0.2h-DEC.tar.gz or timidity-0.2h-DEC.tar.Z
  22. and untar it in the directory that contains the timidity-02h directory.
  23. This would untar the files into the timidity-02h directory, replacing
  24. the files config.h and output.c and adding the files Makefile.DEC and
  25. dec_audio.c  You can then copy Makefile.DEC to Makefile and compile
  26. timidity with "make" (you may want to edit the Makefile and config.h)
  27.  
  28. BTW Timidity works great as a MIDI-"viewer" for WWW browsers.  Just add
  29.  
  30.     audio/midi; timidity1 %s >/dev/null 2>&1
  31.  
  32. to your .mailcap file and you can click and play MIDI files on the net!
  33. Try e.g. the Classical MIDI Archive:
  34.  
  35.     http://www.prs.net/midi.html
  36.  
  37. Thanks Tuukka for a great program!!
  38.  
  39.  
  40. Chi Ming HUNG <cmhung@insti.physics.sunysb.edu>
  41.  
  42.