Download List

Descripción del Proyecto

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

Publicado: 2019-06-26 01:01
timidity41 41.3.7 (1 files Ocultar)

Release Notes

TiMidity++ 41 version 41.3.7 (2019-06-26)

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

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.7 (2019-06-26)

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

ソースコードは 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.7 (2019-06-26)

  • Recently used .cfg files are now saved in timidity_history.ini and shown in a drop-down.
  • Fixed the issue where the resampler may cause buffer overruns.
  • Fixed the layout of the English dialogs.
  • Fixed the "Options" menu item to show the preference dialog with the output tab selected.
  • Fixed the MinGW-w64 Unicode builds.
  • Fixed some encoding errors.

41.3.7 (2019-06-26)

  • 最近使った .cfg ファイルを timidity_history.ini に保存し、ドロップダウンに表示
  • リサンプラがバッファ・オーバーランを起こすことがあったのを修正
  • 英語版ダイアログのレイアウトを修正
  • 「オプション」メニュー項目が、設定画面を「出力」タブを選択した状態で表示するように修正
  • MinGW-w64 Unicode 版のビルドを修正
  • 文字化けの修正