summaryrefslogtreecommitdiffstats
path: root/audio/TiMidity++/README
diff options
context:
space:
mode:
author Kyle Guinn <elyk03@gmail.com>2018-12-31 20:19:23 -0600
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-01-05 07:49:26 +0700
commit6b0c5ed525637cadccc07876e76fc9b1610cea40 (patch)
treec7c709d8ba56e0c5342284c3faa43b82a8c4c39b /audio/TiMidity++/README
parent8c4f4f8fa9397612ed9eb5b353537a18d7c617c1 (diff)
downloadslackbuilds-6b0c5ed525637cadccc07876e76fc9b1610cea40.tar.gz
slackbuilds-6b0c5ed525637cadccc07876e76fc9b1610cea40.tar.xz
audio/TiMidity++: Updated for version 2.15.0.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Diffstat (limited to 'audio/TiMidity++/README')
-rw-r--r--audio/TiMidity++/README18
1 files changed, 5 insertions, 13 deletions
diff --git a/audio/TiMidity++/README b/audio/TiMidity++/README
index 0e799fff8a..ce38b087a1 100644
--- a/audio/TiMidity++/README
+++ b/audio/TiMidity++/README
@@ -1,21 +1,13 @@
TiMidity++ is a software synthesizer. It can play MIDI files by converting
them into PCM waveform data or other various audio file formats.
-To add JACK support, install jack-audio-connection-kit and build with:
-JACK=yes ./TiMidity++.SlackBuild
-
-To add speex support, install speex and build with:
-SPEEX=yes ./TiMidity++.SlackBuild
-
-To use Xaw3d in Xaw interface, build with:
-XAW3D=yes ./TiMidity++.SlackBuild
-
TiMidity++ can also be run as an ALSA sequencer client. To do this, make
/etc/rc.d/rc.timidity executable and add this line to /etc/rc.d/rc.local:
-/etc/rc.d/rc.timidity start
+ /etc/rc.d/rc.timidity start
+
+Optional dependencies are jack-audio-connection-kit, speex, and portaudio.
You will need a set of instrument patch files or soundbank fonts for
-TiMidity++ to be of any use. The freepats and eawpats packages both provide
-a set of patch files, as well as the fluid-soundfont package, so one of those
-will be needed.
+TiMidity++ to be of any use. Install freepats, eawpats, or fluid-soundfont
+(or any combination of these) to satisfy this dependency.