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-03-25 23:38
timidity41 41.4.2 (1 files 隱藏)

發布版本通知

TiMidity++ 41 version 41.4.2 (2020-03-25)

2020-09-25: Recompiled to avoid antivirus false positives.

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

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.2 (2020-03-25)

2020-09-25: ウイルス対策ソフトの誤検知対策のため再コンパイル

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

ソースコードは 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.2 (2020-03-25)

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

  • The full path to the SMF file will no longer be embedded in FLAC or Ogg Vorbis files.
  • Fixed mojibake in title information embedded in Ogg Vorbis files.
  • Worked around the issue that the sound is interrupted by GUI operation during playbacks.
  • Fixed the seek bar jump near the end of a playback.

41.4.2 (2020-03-25)

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

  • FLAC および Ogg Vorbis ファイルに元の SMF へのフルパスが埋め込まれる仕様を廃止
  • Ogg Vorbis ファイルに埋め込まれるタイトル情報の文字化けを修正
  • 再生中の GUI 操作によって音が途切れる問題を対策
  • 再生終了間際にシークバーがジャンプするのを修正