Menu

Tree [55d52d] master /
 History

HTTPS access


File Date Author Commit
 autoconf 2012-05-30 Takashi Iwai Takashi Iwai [b0748f] Use AS_HELP_STRING to make the --help output mo...
 configs 2011-12-18 Shoichi Tamuki Shoichi Tamuki [2b3fed] Remove all the autogenerated files
 doc 2016-06-04 TAMUKI Shoichi TAMUKI Shoichi [5d3600] Improve the specification of segment play option
 interface 2018-08-28 TAMUKI Shoichi TAMUKI Shoichi [98254e] Bump version to 2.15.0
 libarc 2011-06-21 SATO Kentaro SATO Kentaro [14f7ff] Fix HTTPproxy not working on http URL.
 libunimod 2012-08-20 Yair K Yair K [8dcf05] Bring in some fixes from mikmod.hg.sf.net
 script 2011-12-18 Shoichi Tamuki Shoichi Tamuki [2b3fed] Remove all the autogenerated files
 timidity 2018-10-04 sezero sezero [724bab] Workaround a weird behavior with gus patches co...
 utils 2011-05-07 SATO Kentaro SATO Kentaro [560a74] Fix some compilation issues on Windows.
 windrv 2016-05-25 TAMUKI Shoichi TAMUKI Shoichi [5ca7db] Fix and improve around segment play
 AUTHORS 2004-02-28 Shoichi Tamuki Shoichi Tamuki [bc7c0b] Update
 ChangeLog.1 1999-10-12 Masanao Izumo Masanao Izumo [54bfbc] TiMidity++-2.7.0
 ChangeLog.2 2004-03-28 Shohei Urabe Shohei Urabe [b58548] Make ChangeLog.2
 ChangeLog.3 2012-09-05 TAMUKI Shoichi TAMUKI Shoichi [b36ece] Move ChangeLog to ChangeLog.3
 INSTALL 2004-03-01 Shoichi Tamuki Shoichi Tamuki [3ecfee] Update
 INSTALL.ja 2004-03-01 Shoichi Tamuki Shoichi Tamuki [3ecfee] Update
 Makefile.am 2012-09-05 TAMUKI Shoichi TAMUKI Shoichi [b36ece] Move ChangeLog to ChangeLog.3
 NEWS 2018-08-28 TAMUKI Shoichi TAMUKI Shoichi [98254e] Bump version to 2.15.0
 README 2016-03-19 SATO Kentaro SATO Kentaro [7eaa3a] Remove unowned domain URL from docs.
 README.ja 2016-03-19 SATO Kentaro SATO Kentaro [7eaa3a] Remove unowned domain URL from docs.
 TODO 2012-08-20 Yair K Yair K [fe6c16] Xaw interface: minor improvements
 autogen.sh 2015-04-21 TAMUKI Shoichi TAMUKI Shoichi [3c00eb] autogen.sh: create ChangeLog in a VCS-independe...
 common.makefile.in 2008-04-01 Keishi Suenaga Keishi Suenaga [a2d7dc] * timidity/common.c
 configure.in 2018-10-06 TAMUKI Shoichi TAMUKI Shoichi [55d52d] Fix typo of tcl8.6
 interface.h.in 2007-02-08 Keishi Suenaga Keishi Suenaga [de859b] 2007-02-09 Keishi Suenaga <skeishi@...>

Read Me

======================================================================
	TiMidity++ -- MIDI-to-WAVE converter and player

					Masanao Izumo
					<iz@onicos.co.jp>
					Apr.25.2004
					version 2.13.0 or later
======================================================================

======================================================================
What is this?
======================================================================

General information

TiMidity++ is a software synthesizer.  It can play MIDI files by con-
verting them into PCM waveform data; give it a MIDI data along with
digital instrument data files, then it synthesizes them in real-time,
and plays.  It can not only play sounds, but also can save the gener-
ated waveforms into hard disks as various audio file formats.

TiMidity++ is a free software, distributed under the terms of GNU gen-
eral public license.

The history

TiMidity++ is based on TiMidity 0.2i, written by Tuukka Toivonen (He
discontinued development because he was too busy with work), released
on 1995.  No new version of this original project is developed since
then.  Development has been continued by Masanao Izumo et al. in the
new project named TiMidity++. `++' is to show the difference from
original project.

======================================================================
Features
======================================================================

* Plays MIDI files without any external MIDI instruments at all
* Understands following formats:
  + SMF (Format 0, 1, 2)
  + MOD
  + RCP, R36, G18, G36 (Recomposer formats)
  + MFi (Version 3; Melody Format for i-Mode)
* Converts MIDI files into various audio file formats:
  + RIFF WAVE (*.wav)
  + SUN AU (*.au)
  + Apple Interchange File Format (*.aiff)
  + Ogg Vorbis, FLAC, Speex (*.ogg)
  + MPEG-1 Audio layer 3 (*.mp3) (note: Windows only)
* Uses following formats as digital instrument data
  + Gravis Ultrasound compatible patch files
  + SoundFonts
  + AIFF and WAV data (Some restrictions are there with AIFF/WAV)
* Displays information about the music that is now playing
* Various user interfaces:
  + dumb terminal interface
  + ncurses interface
  + S-Lang interface
  + X Athena Widget interface
  + Tcl/Tk interface
  + Motif interface (runs with lesstif)
  + vt100 interface
  + Emacs front-end (type ``M-x timidity'' on your emacs)
  + skin interface: can use WinAmp? skin (Seems not maintained...)
  + GTK+ interface
  + ALSA sequencer interface
  + Windows synthesizer interface
  + Windows GUI interface
  + Windows GUI synthesizer interface
  + PortMIDI synthesizer interface
* Plays remote MIDI files over the network
  + HTTP
  + FTP
  + NetNews
* Plays MIDI files in archive files.  Supported formats are:
  + Tar archived (*.tar)
  + Gzip'ed tar (*.tar.gz, *.tgz)
  + Zip compressed (*.zip)
  + LHa compressed lh0, lh1, lh2, lh3, lh4, lh5, lh6, lz4, lzs and lz5 (*.lzh)
* Displays sound spectrogram for the playing music
* Trace playing

======================================================================
Where to get a copy
======================================================================

The latest release of TiMidity++ are available at:

https://sourceforge.net/projects/timidity/
  The development goes on this site.  Source codes here.
http://www.asahi-net.or.jp/~gb7t-ngm/timidity/
  Macintosh version
http://timidity.s11.xrea.com/index.en.html
  Windows version

======================================================================
How to install
======================================================================

Refer INSTALL file in the distribution.