DESCR 965 B

123456789101112131415161718192021222324
  1. TiMidity is a MIDI to WAVE converter using Gravis Ultrasound-compatible
  2. patch files or soundfonts to generate digital audio data from General
  3. MIDI (GM) files. The data can be stored in a file for processing, or
  4. played in real time through an audio device.
  5. TiMidity has several different interfaces which can be chosen by appending
  6. a character to the "-i" interface command line switch.
  7. The defaults are:
  8. -in ncurses interface
  9. -iT vt100 interface
  10. -id dumb interface
  11. -ir remote interface
  12. Some of the interfaces support "play tracing" which shows you the notes
  13. being played in realtime. This can be enabled by appending a 't' to the
  14. respective interface switch, e.g. to enable play tracing on the ncurses
  15. interface use 'timidity -int <filename>'.
  16. Available flavors:
  17. gtk2 - Build gtk+2 interface which may be used via 'timidity -ig'
  18. (does not support play tracing)
  19. xaw - Build Xaw interface which may be used via 'timidity -ia'
  20. (support play tracing)