Download List

Project Description

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

System Requirements

System requirement is not defined

Released at 2019-11-11 20:27
timidity41 41.3.11 (1 files Hide)

Release Notes

TiMidity++ 41 version 41.3.11 (2019-11-11)

An unofficial fork of TiMidity++, based on UnkoTim227.

Source code is available at https://osdn.net/projects/timidity41/scm/git/timidity41/.

Installation

  • Same as the usual TiMidity++.
  • Compiled with Visual Studio 2019. Please install Visual C++ redistributable packages.

How to use DLS

.cfg file example:

bank 0
0 %dls "gm.dls" 0 0

How to use sfz

.cfg file example:

bank 0
0 %sfz "KawaiUprightPiano-small.sfz"

TiMidity++ 41 版 41.3.11 (2019-11-11)

TiMidity++UnkoTim227 の非公式フォークです

ソースコードは https://ja.osdn.net/projects/timidity41/scm/git/timidity41/ から入手可能です

インストール

  • 通常の TiMidity++ と同じです
  • Visual Studio 2019 でコンパイルされています。実行には Visual C++ 再頒布可能パッケージが必要です

DLS の使い方

.cfg ファイルに

bank 0
0 %dls "gm.dls" 0 0

みたいな感じで記述する (%font とかと同じ)

sfz の使い方

.cfg ファイルに

bank 0
0 %sfz "KawaiUprightPiano-small.sfz"

みたいな感じで記述する

Changelog

41.3.11 (2019-11-11)

  • Updated FLAC to 1.3.3.
  • Updated libmpg123 to 1.25.13.
  • Updated libogg to 1.3.4.
  • Updated PDCurses to 3.9.
  • Merged some of the patches submitted to the upstream.
  • Fixed a bug where the selection of the console window was not cleared when you cleared the console.

41.3.11 (2019-11-11)

  • FLAC を 1.3.3 に更新
  • libmpg123 を 1.25.13 に更新
  • libogg を 1.3.4 に更新
  • PDCurses を 3.9 に更新
  • まだ本家に取り込まれていないパッチの一部をマージ
  • コンソールウィンドウをクリアしても選択範囲が残っていたのを修正