An unofficial fork of TiMidity++, a free MIDI synthesizer, based on UnkoTim213.
Experimental support for DLS and sfz soundfonts.
The development has moved to: https://github.com/starg2/timidity41
An unofficial fork of TiMidity++, based on UnkoTim227.
Source code is available at https://osdn.net/projects/timidity41/scm/git/timidity41/.
You can enable round robin by using the seq_length and seq_position opcodes in sfz files or by specifying seqlen and seqpos options in the cfg file.
Example:
# timidity.cfg bank 0 0 %sample foo.wav seqlen=3 seqpos=1 add 0 %sample bar.wav seqlen=3 seqpos=2 add 0 %sample baz.wav seqlen=3 seqpos=3
TiMidity++ と UnkoTim227 の非公式フォークです
ソースコードは https://ja.osdn.net/projects/timidity41/scm/git/timidity41/ から入手可能です
ラウンドロビンを有効にするには、SFZファイルで seq_length、seq_position 命令を使用するか、 cfg ファイルで seqlen、seqpos オプションを使用します
例:
# timidity.cfg bank 0 0 %sample foo.wav seqlen=3 seqpos=1 add 0 %sample bar.wav seqlen=3 seqpos=2 add 0 %sample baz.wav seqlen=3 seqpos=3
詳細はTiMidity++ 41版マニュアルを参照してください