diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-03-13 17:23:05 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-03-13 17:23:05 +0000 |
commit | 87869d5fef632fc10a419609250ced2d92a22ee8 (patch) | |
tree | 13bbb6dbfbb16e202e220cdc24e99d15a4927db6 | |
parent | fcdd94f4bda1fb46776e01964ed9f92e70cfa49c (diff) | |
download | ports-87869d5fef632fc10a419609250ced2d92a22ee8.tar.gz ports-87869d5fef632fc10a419609250ced2d92a22ee8.zip |
Notes
-rw-r--r-- | audio/timidity/Makefile | 4 | ||||
-rw-r--r-- | audio/timidity/pkg-descr | 14 |
2 files changed, 11 insertions, 7 deletions
diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile index b51c24fc201e..9a0da61f03eb 100644 --- a/audio/timidity/Makefile +++ b/audio/timidity/Makefile @@ -9,8 +9,8 @@ MASTER_SITES= http://www.onicos.com/staff/iz/timidity/dist/:timidity \ DISTFILES= ${TIINS}:tiins ${DISTNAME}.tar.gz:timidity EXTRACT_ONLY= ${DISTNAME}.tar.gz -MAINTAINER= ports@FreeBSD.org -COMMENT= MIDI to WAV renderer and player +MAINTAINER= kevinz5000@gmail.com +COMMENT= MIDI to PCM software synthesizer CONFLICTS= timidity++-2.13.* diff --git a/audio/timidity/pkg-descr b/audio/timidity/pkg-descr index 7e0c97d8abc4..dedbd99fc73d 100644 --- a/audio/timidity/pkg-descr +++ b/audio/timidity/pkg-descr @@ -1,7 +1,11 @@ -TiMidity is a MIDI to WAVE converter using Gravis Ultra- -sound-compatible patch files to generate digital audio -data from General MIDI files. The data can be stored in a -file for processing, or played in real time through an -audio device. +TiMidity is a software synthesizer. It can play MIDI files by converting 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 generated waveforms into hard disks as various +audio file formats. + +TiMidity 0.2i was written by Tuukka Toivonen <tt@cgs.fi> in 1995. No new version +of this project has been released since then. Development has been continued by +Masanao Izumo et al. in the new project named TiMidity++ (audio/timidity++). WWW: http://www.onicos.com/staff/iz/timidity/ |