2010-05-12 23:27:44 +02:00
|
|
|
TiMidity++ is a software synthesizer. It can play MIDI files by converting
|
|
|
|
them into PCM waveform data or other various audio file formats.
|
|
|
|
|
2011-03-03 07:10:21 +01:00
|
|
|
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
|
|
|
|
|
2012-12-20 14:55:56 +01:00
|
|
|
To use Xaw3d in Xaw interface, build with:
|
|
|
|
XAW3D=yes ./TiMidity++.SlackBuild
|
|
|
|
|
2010-05-13 00:20:37 +02:00
|
|
|
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
|
|
|
|
|
2012-12-20 14:55:56 +01:00
|
|
|
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.
|