Download List

프로젝트 설명

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-08-11 12:50
timidity41 41.3.9 (1 files Hide)

Release Notes

TiMidity++ 41 version 41.3.9 (2019-08-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.9 (2019-08-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.9 (2019-08-11)

  • Fixed the bug where the filter was missing from the open/save playlist dialog.

41.3.9 (2019-08-11)

  • プレイリストを開く・保存ダイアログでフィルターがなかったのを修正