Skip to content

Releases: starg2/timidity41

TiMidity++ 41 version 41.4.3

28 Jan 10:22
Compare
Choose a tag to compare
  • UnkoTim232 has been merged.
  • mpg123.dll has been updated to 1.26rc3.
  • Support for WM_APPCOMMAND messages has been added. You can now control the player by pressing play/stop key on a keyboard.
  • The memory leaks in the WASAPI code were fixed.

  • UnkoTim232 をマージ
  • mpg123.dll を 1.26rc3 に更新
  • WM_APPCOMMAND メッセージに対応。キーボードの再生・停止ボタンでプレーヤーを制御できます
  • WASAPI コード中のメモリリークを修正

TiMidity++ 41 version 41.4.2

28 Jan 10:16
Compare
Choose a tag to compare
  • 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.

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

TiMidity++ 41 version 41.4.1

28 Jan 10:03
Compare
Choose a tag to compare
  • 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.

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

TiMidity++ 41 version 41.4.0

28 Jan 09:59
Compare
Choose a tag to compare
Pre-release
  • UnkoTim228 was merged.
  • vorbisenc.dll and vorbisfile.dll were extracted from vorbis.dll.
  • A new options to embed loop information in ogg vorbis files was added.
  • New options to prevent the computer from sleeping and/or to keep the monitors on while playing were added.

  • UnkoTim228 をマージ
  • vorbis.dll から vorbisenc.dllvorbisfile.dll を分離
  • Ogg Vorbis ファイルにループ情報を埋め込むオプションを追加
  • 再生中のスリープ・画面消灯を抑止するオプションを追加

TiMidity++ 41 version 41.3.11

28 Jan 09:53
Compare
Choose a tag to compare
  • Updated FLAC to 1.3.3.
  • Updated libmpg123 to 1.25.13.
  • Updated libogg to 1.3.4.
  • Updated PDCurses to 3.9.
  • Merged some of the patches submitted to the upstream.
  • Fixed a bug where the selection of the console window was not cleared when you cleared the console.

  • FLAC を 1.3.3 に更新
  • libmpg123 を 1.25.13 に更新
  • libogg を 1.3.4 に更新
  • PDCurses を 3.9 に更新
  • まだ本家に取り込まれていないパッチの一部をマージ
  • コンソールウィンドウをクリアしても選択範囲が残っていたのを修正

TiMidity++ 41 version 41.3.10

28 Jan 09:50
Compare
Choose a tag to compare
  • Support for round robin was added.
  • Support for seq_length, seq_position, lorand, and hirand were added in sfz.
  • Fixed a bug that caused mojibake and buffer overrun when you choose an output file/folder.
  • Fixed a bug that prevented insertion effect from working correctly when compute threads were enabled.

  • ラウンドロビンに対応
  • sfzでseq_lengthseq_positionlorandhirandに対応
  • 出力先ファイル・フォルダーを選択したときに文字化けとバッファーオーバーランが起きていたのを修正
  • コンピュートスレッド有効時にインサーションエフェクトが正しく動作しなかったのを修正

TiMidity++ 41 version 41.3.9

28 Jan 09:46
Compare
Choose a tag to compare
  • Fixed the bug where the filter was missing from the open/save playlist dialog.

  • プレイリストを開く・保存ダイアログでフィルターがなかったのを修正

TiMidity++ 41 version 41.3.8

28 Jan 09:45
Compare
Choose a tag to compare
  • 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.

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

TiMidity++ 41 version 41.3.7

28 Jan 09:37
Compare
Choose a tag to compare
  • 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.

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

TiMidity++ 41 version 41.3.6

28 Jan 09:26
Compare
Choose a tag to compare
  • Updated opus.dll to 1.3.1.
  • Updated pdcurses.dll to 3.8.
  • Play list/document files now support both UTF-8 and Shift_JIS text encodings.
  • Fixed memory leak when using DLS files.

  • opus.dll を 1.3.1 に更新
  • pdcurses.dll を 3.8 に更新
  • プレイリスト・ドキュメントファイルで UTF-8・Shift_JIS の両方に対応
  • DLS 使用時のメモリリークを修正