README 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. [This version of timidity has been stripped for simplicity in porting to SDL]
  2. ---------------------------------*-text-*---------------------------------
  3. From http://www.cgs.fi/~tt/discontinued.html :
  4. If you'd like to continue hacking on TiMidity, feel free. I'm
  5. hereby extending the TiMidity license agreement: you can now
  6. select the most convenient license for your needs from (1) the
  7. GNU GPL, (2) the GNU LGPL, or (3) the Perl Artistic License.
  8. --------------------------------------------------------------------------
  9. This is the README file for TiMidity v0.2i
  10. TiMidity is a MIDI to WAVE converter that uses Gravis
  11. Ultrasound(*)-compatible patch files to generate digital audio data
  12. from General MIDI files. The audio data can be played through any
  13. sound device or stored on disk. On a fast machine, music can be
  14. played in real time. TiMidity runs under Linux, FreeBSD, HP-UX, SunOS, and
  15. Win32, and porting to other systems with gcc should be easy.
  16. TiMidity Features:
  17. * 32 or more dynamically allocated fully independent voices
  18. * Compatibility with GUS patch files
  19. * Output to 16- or 8-bit PCM or uLaw audio device, file, or
  20. stdout at any sampling rate
  21. * Optional interactive mode with real-time status display
  22. under ncurses and SLang terminal control libraries. Also
  23. a user friendly motif interface since version 0.2h
  24. * Support for transparent loading of compressed MIDI files and
  25. patch files
  26. * Support for the following MIDI events:
  27. - Program change
  28. - Key pressure
  29. - Channel main volume
  30. - Tempo
  31. - Panning
  32. - Damper pedal (Sustain)
  33. - Pitch wheel
  34. - Pitch wheel sensitivity
  35. - Change drum set
  36. * The GNU General Public License can, as always, be found in the file
  37. "../COPYING".
  38. * TiMidity requires sampled instruments (patches) to play MIDI files. You
  39. should get the file "timidity-lib-0.1.tar.gz" and unpack it in the same
  40. directory where you unpacked the source code archive. You'll want more
  41. patches later -- read the file "FAQ" for pointers.
  42. * Timidity is no longer supported, but can be found by searching the web.
  43. Tuukka Toivonen <toivonen@clinet.fi>
  44. [(*) Any Registered Trademarks used anywhere in the documentation or
  45. source code for TiMidity are acknowledged as belonging to their
  46. respective owners.]