Skip to content

TiMidity++ 41 version 41.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@starg2 starg2 released this 28 Jan 10:52
· 137 commits to dev41 since this release
  • Support for AVX-512.
  • Linear/lagrange resamplers for int32/float samples have been optimized.
  • The AVX2 version of linear resamplers was incorrect. This issue has been resolved.
  • Support for pitch/filter envelopes in sfz has been added.
  • Support for amp_keycenter, amp_keytrack, and amp_veltrack in sfz was incorrect. This is now removed.
  • The stack size has been increased to 16 MiB in order to prevent stack overflow.
  • The "Unique" button of the playlist window could crash the application. This issue has been resolved.
  • The layout of the preference dialog was broken on some systems. This issue has been resolved.

  • AVX-512 のサポートを開始
  • Int32/float サンプルの線形補間とラグランジュ補間を最適化
  • AVX2 版の線形補間処理の誤りを修正
  • sfz でピッチエンベロープとフィルターエンベロープに対応
  • sfz の amp_keycenter, amp_keytrack, amp_veltrack の実装が誤っていたので削除
  • スタックサイズを 16 MiB に増加 (スタックオーバーフロー対策)
  • プレイリストの「重複削除」を使用するとクラッシュすることがあったのを修正
  • 一部の環境で設定ダイアログのレイアウトが崩れていたのを修正