ダウンロードリスト

プロジェクト概要

フリーの MIDI シンセサイザー TiMidity++UnkoTim213 の非公式フォークです

DLS と sfz に実験的に対応

開発は GitHub に移行しました: https://github.com/starg2/timidity41

システム要件

システム要件が設定されていません

リリース時刻: 2020-03-05 05:27
timidity41 41.4.1 (1 個のファイル 非表示)

リリースノート

TiMidity++ 41 version 41.4.1 (2020-03-05)

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

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

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.1 (2020-03-05)

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

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

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

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

  • Support for looping between loopStart - loopEnd markers has been added.
  • New command line options: --vorbis-comment and --vorbis-embed-loop
  • The Ogg Vorbis output mode now allows embedding title, artist, and album tags.
  • Fixed the bug where use of the -o option caused double-free.

41.4.1 (2020-03-05)

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

  • マーカー loopStart - loopEnd によるループに対応
  • 新コマンドラインオプション: --vorbis-comment, --vorbis-embed-loop
  • Ogg Vorbis 出力モードでタイトル、アーティスト、アルバム情報の埋め込みに対応
  • -o オプションを使用するとメモリの二重解放を起こしていたのを修正