gzdoom-gles/src/timidity
Edoardo Prezioso 4ce0574b3f - Use a more conformant C++ preprocessor macro identifier for Unix systems.
The 'unix' identifier isn't defined when '-std' is passed to the compiler (tested with gcc and clang), so use '__unix__' which is well enough documented.
2013-07-30 11:46:14 +02:00
..
CHANGES - Changed the MIDIStreamer to send the all notes off controller to each 2008-04-11 04:59:23 +00:00
COPYING - Changed the MIDIStreamer to send the all notes off controller to each 2008-04-11 04:59:23 +00:00
FAQ - Changed the MIDIStreamer to send the all notes off controller to each 2008-04-11 04:59:23 +00:00
README - Changed the MIDIStreamer to send the all notes off controller to each 2008-04-11 04:59:23 +00:00
common.cpp - Cleaned up some include dependencies. 2008-09-14 23:54:38 +00:00
dls1.h - Changed the MIDIStreamer to send the all notes off controller to each 2008-04-11 04:59:23 +00:00
dls2.h - Changed the MIDIStreamer to send the all notes off controller to each 2008-04-11 04:59:23 +00:00
gf1patch.h - Reduced volume, expression, and panning controllers back to 7 bits. 2008-05-09 03:54:06 +00:00
instrum.cpp - Use a more conformant C++ preprocessor macro identifier for Unix systems. 2013-07-30 11:46:14 +02:00
instrum.obj - Changed the MIDIStreamer to send the all notes off controller to each 2008-04-11 04:59:23 +00:00
instrum_dls.cpp - Fixed possible NULL pointer deref in PrintDLS(). 2013-05-12 18:34:01 +00:00
instrum_font.cpp - Added an alternate module replay engine that uses foo_dumb's replayer, a 2008-05-29 23:33:07 +00:00
instrum_sf2.cpp - GCC warning fixes (GCC stupidity for the most part.) 2011-02-19 08:59:43 +00:00
mix.cpp - Added the C99 printf size specifiers 't' (ptrdiff_t) and 'z' (size_t) to 2008-05-14 03:39:30 +00:00
playmidi.cpp - Fixed: Timidity::Renderer::reset_voices() must completely zero the 2008-08-23 02:38:00 +00:00
resample.cpp - added some default definitions for constants that may miss in some headers. 2009-04-07 07:06:07 +00:00
sf2.h - Backported GZDoom revisions 1018-1019: Fixed spelling of "pseudo" because it bugged me too much. ;) 2010-10-02 13:49:33 +00:00
timidity.cpp - Add DMXGUS parsing, thanks to Gez. 2012-03-30 05:23:18 +00:00
timidity.h - Patch to allow compilation by clang. 2012-04-23 02:46:25 +00:00

README

[This version of timidity has been stripped for simplicity in porting to SDL,
and then even further for SDL_sound]
---------------------------------*-text-*---------------------------------

        From http://www.cgs.fi/~tt/discontinued.html :

        If you'd like to continue hacking on TiMidity, feel free. I'm
        hereby extending the TiMidity license agreement: you can now 
        select the most convenient license for your needs from (1) the
        GNU GPL, (2) the GNU LGPL, or (3) the Perl Artistic License.  

--------------------------------------------------------------------------

        This is the README file for TiMidity v0.2i

	TiMidity is a MIDI to WAVE converter that uses Gravis
Ultrasound(*)-compatible patch files to generate digital audio data
from General MIDI files. The audio data can be played through any
sound device or stored on disk. On a fast machine, music can be
played in real time. TiMidity runs under Linux, FreeBSD, HP-UX, SunOS, and
Win32, and porting to other systems with gcc should be easy.

	TiMidity Features:

	* 32 or more dynamically allocated fully independent voices
	* Compatibility with GUS patch files
	* Output to 16- or 8-bit PCM or uLaw audio device, file, or
          stdout at any sampling rate
	* Optional interactive mode with real-time status display
	  under ncurses and SLang terminal control libraries. Also
          a user friendly motif interface since version 0.2h
	* Support for transparent loading of compressed MIDI files and
	  patch files

	* Support for the following MIDI events:
	  - Program change
	  - Key pressure
	  - Channel main volume
	  - Tempo
	  - Panning
	  - Damper pedal (Sustain)
	  - Pitch wheel
	  - Pitch wheel sensitivity
	  - Change drum set

* The GNU General Public License can, as always, be found in the file
  "../COPYING".

* TiMidity requires sampled instruments (patches) to play MIDI files. You
  should get the file "timidity-lib-0.1.tar.gz" and unpack it in the same
  directory where you unpacked the source code archive. You'll want more
  patches later -- read the file "FAQ" for pointers.

* Timidity is no longer supported, but can be found by searching the web.


                        Tuukka Toivonen <toivonen@clinet.fi>

[(*) Any Registered Trademarks used anywhere in the documentation or
source code for TiMidity are acknowledged as belonging to their
respective owners.]