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-08-09 21:40
timidity41 41.3.8 (1 files Hide)

Release Notes

TiMidity++ 41 version 41.3.8 (2019-08-09)

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.8 (2019-08-09)

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.8 (2019-08-09)

  • Merged UnkoTim227.
  • Fixed the bugs that caused some samples to crash the program.
  • Fixed the issue where the scrolling display of text in the main panel was garbled.
  • Users are now asked whether to reload the cfg file when the cfg file setting was changed.
  • If SetThreadDescription() function is available, the program will name the threads.

41.3.8 (2019-08-09)

  • UnkoTim227 をマージ
  • 特定のサンプルによってクラッシュしていたバグを修正
  • メインパネル内の文字列のスクロール表示が文字化けしていたのを修正
  • cfg ファイル設定を変更したときに再読み込みするか尋ねるように変更
  • SetThreadDescription() 関数が利用可能であれば、スレッドに名前をつけるようにした