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

  1. ---------------------------------*-text-*---------------------------------
  2.  
  3.     TiMidity -- Experimental MIDI to WAVE converter
  4.     Copyright (C) 1995 Tuukka Toivonen <toivonen@clinet.fi>
  5.  
  6.     This program is free software; you can redistribute it and/or modify
  7.     it under the terms of the GNU General Public License as published by
  8.     the Free Software Foundation; either version 2 of the License, or
  9.     (at your option) any later version.
  10.  
  11.     This program is distributed in the hope that it will be useful,
  12.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  13.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14.     GNU General Public License for more details.
  15.  
  16.     You should have received a copy of the GNU General Public License
  17.     along with this program; if not, write to the Free Software
  18.     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  19.  
  20. --------------------------------------------------------------------------
  21.  
  22.         This is the README file for TiMidity v0.2i
  23.  
  24.     TiMidity is a MIDI to WAVE converter that uses Gravis
  25. Ultrasound(*)-compatible patch files to generate digital audio data
  26. from General MIDI files. The audio data can be played through any
  27. sound device or stored on disk. On a fast machine, music can be
  28. played in real time. TiMidity runs under Linux, FreeBSD, HP-UX, SunOS, and
  29. Win32, and porting to other systems with gcc should be easy.
  30.  
  31.     TiMidity Features:
  32.  
  33.     * 32 or more dynamically allocated fully independent voices
  34.     * Compatibility with GUS patch files
  35.     * Output to 16- or 8-bit PCM or uLaw audio device, file, or
  36.           stdout at any sampling rate
  37.     * Optional interactive mode with real-time status display
  38.       under ncurses and SLang terminal control libraries. Also
  39.           a user friendly motif interface since version 0.2h
  40.     * Support for transparent loading of compressed MIDI files and
  41.       patch files
  42.  
  43.     * Support for the following MIDI events:
  44.       - Program change
  45.       - Key pressure
  46.       - Channel main volume
  47.       - Tempo
  48.       - Panning
  49.       - Damper pedal (Sustain)
  50.       - Pitch wheel
  51.       - Pitch wheel sensitivity
  52.       - Change drum set
  53.  
  54. * The file "CHANGES" contains a brief list of what has changed since
  55.   the previous version. Please check it if you've been using a TiMidity
  56.   version older than 0.2d. You may have to modify your configuration
  57.   files slightly -- look at the included "gravis.cfg" for examples.
  58.  
  59. * Installation instructions are in the file "INSTALL".
  60.  
  61. * Instructions for use can be found in the manual page "timidity.man",
  62.   preformatted in "timidity.txt", and in comments in the configuration
  63.   files.
  64.  
  65. * The GNU General Public License can, as always, be found in the file
  66.   "COPYING".
  67.  
  68. * TiMidity requires sampled instruments (patches) to play MIDI files. You
  69.   should get the file "timidity-lib-0.1.tar.gz" and unpack it in the same
  70.   directory where you unpacked the source code archive. You'll want more
  71.   patches later -- read the file "FAQ" for pointers.
  72.  
  73. * The latest version of TiMidity can be found on the TiMidity Home Page,
  74.   URL http://www.clinet.fi/~toivonen/timidity/
  75.  
  76.   An alternative URL for Motif version is http://www.loria.fr/~pagel
  77.  
  78. * If you have any comments or suggestions, please email me!
  79.  
  80.  
  81.                         Tuukka Toivonen <toivonen@clinet.fi>
  82.  
  83. [(*) Any Registered Trademarks used anywhere in the documentation or
  84. source code for TiMidity are acknowledged as belonging to their
  85. respective owners.]
  86.