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

發布 2020-07-11 16:16
timidity41 41.4.4 (1 files 隱藏)

發布版本通知

TiMidity++ 41 version 41.4.4 (2020-07-11)

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

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 embed loop information in ogg vorbis files

If a MIDI file contains loop information, timidity can embed LOOPSTART/LOOPLENGTH tags in ogg vorbis files.

  1. In Preference > Player > SMF Loop Unwinding, set Count to 1.
  2. In Preference > Output > Output, choose Ogg Vorbis and check "Embed Loop Information" in the Option dialog.

TiMidity++ 41 版 41.4.4 (2020-07-11)

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

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

インストール

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

Ogg Vorbis ファイルにループ情報を埋め込む方法

MIDI ファイルにループ情報が埋め込まれている場合、Ogg Vorbis ファイルに LOOPSTART/LOOPLENGTH タグを埋め込むことができます

  1. 「詳細設定 > プレイヤ > SMF ループ展開」で「ループ展開数」を 1 にする
  2. 「詳細設定 > 出力 > 出力方法」で「Ogg Vorbis」を選択し、「オプション」の「ループ情報を埋め込む」にチェック

更動紀錄

41.4.4 (2020-07-11)

(See https://osdn.net/projects/timidity41/wiki/ChangelogEn for details)

  • UnkoTim233 has been merged.
  • mpg123.dll has been updated to 1.26.2.
  • vorbis.dll has been updated to 1.3.7.
  • SF2 files larger than 2 GB are now supported.
  • When TiMidity failed to open the audio device, it did not respond to the play button any more. This issue has been resolved.
  • Sometimes large text data caused out-of-bounds memory access. This issue has been resolved.

41.4.4 (2020-07-11)

(詳細は https://ja.osdn.net/projects/timidity41/wiki/ChangelogJa 参照)

  • UnkoTim233 をマージ
  • mpg123.dll を 1.26.2 に更新
  • vorbis.dll を 1.3.7 に更新
  • 2 GB よりも大きい sf2 ファイルに対応
  • 出力デバイスを開けないと、それ以降再生ボタンに反応しなくなっていたのを修正
  • 長い文字列データによってメモリの範囲外アクセスを起こすことがあったのを修正