• R/O
  • HTTP
  • SSH
  • HTTPS

Source Tree

Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

TiMidity++ 改造版 (Windows 専用)


Name Size Rev. Time Author Log Message
autoconf
configs
doc
interface
libarc
libunimod
script
timidity
utils
windrv
AUTHORS 1.61 k 14a613c 2012-05-19 17:54:58 Yair K Fix compiler warnings from clang Sig...
CMakeLists.txt 3.53 k cb18f30 2017-11-12 19:17:33 Starg Implemented native WASAPI play mode.
ChangeLog.1 27.18 k 14a613c 2012-05-19 17:54:58 Yair K Fix compiler warnings from clang Sig...
ChangeLog.2 170.47 k 14a613c 2012-05-19 17:54:58 Yair K Fix compiler warnings from clang Sig...
ChangeLog.3 55.19 k b36ecea 2012-09-05 12:19:43 TAMUKI Shoichi Move ChangeLog to ChangeLog.3 Remove...
INSTALL 17.31 k 14a613c 2012-05-19 17:54:58 Yair K Fix compiler warnings from clang Sig...
INSTALL.ja 19.97 k 14a613c 2012-05-19 17:54:58 Yair K Fix compiler warnings from clang Sig...
Makefile.am 2.12 k b36ecea 2012-09-05 12:19:43 TAMUKI Shoichi Move ChangeLog to ChangeLog.3 Remove...
NEWS 15.85 k 1520994 2012-07-05 23:09:45 Hans de Goede Sync with CVS Bring in the ChangeLog...
README 3.54 k 7eaa3a5 2016-03-19 23:22:46 SATO Kentaro Remove unowned domain URL from docs. ...
README.ja 3.67 k 7eaa3a5 2016-03-19 23:22:46 SATO Kentaro Remove unowned domain URL from docs. ...
TODO 787 fe6c16e 2012-08-20 16:33:56 Yair K Xaw interface: minor improvements * ...
autogen.sh 183 3c00eb5 2015-04-21 11:04:52 TAMUKI Shoichi autogen.sh: create ChangeLog in a VCS...
common.makefile.in 2.79 k 14a613c 2012-05-19 17:54:58 Yair K Fix compiler warnings from clang Sig...
config.h 59 d06fe0e 2017-05-30 03:49:09 Starg Moved some definitions to config.h
configure.in 68.23 k 2621f90 2014-06-09 09:02:17 TAMUKI Shoichi Fix ssize_t type test and conditional...
interface.h.in 1.4 k 14a613c 2012-05-19 17:54:58 Yair K Fix compiler warnings from clang Sig...

README

======================================================================
	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.