Skip to content

TiMidity++ 41 version 41.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@starg2 starg2 released this 28 Jan 10:47
· 177 commits to dev41 since this release
  • UnkoTim235 was merged.
  • Support for the following sfz opcodes has been implemented.
    • end
    • loop_mode=one_shot
    • trigger=release_key (trigger=release is now implemented as an alias of release_key)
    • rt_decay
    • Keyswitches (sw_default, sw_down, sw_hikey, sw_hilast, sw_last, sw_lokey, sw_lolast, sw_previous, sw_up)
    • Crossfade (xf_keycurve, xf_velcurve, xfin_hikey, xfin_hivel, xfin_lokey, xfin_lovel, xfout_hikey, xfout_hivel, xfout_lokey, xfout_lovel)
  • When loading an sfz instrument, the same warnings may be printed multiple times. This issue has been resolved.
  • WDMKS/WASAPI shared mode outputs were handling 24 bit outputs incorrectly. This issue has been resolved.
  • TiMidity no longer downsamples large sample data embedded in MOD files.
  • The open file/folder dialogs have been changed to use the new IFileDialog interface introduced in Windows Vista.
  • Dragging/scrolling behavior of the new console window has been improved.
  • The GUI response time has been improved.

  • UnkoTim235 をマージ
  • sfz の以下のオプションに対応
    • end
    • loop_mode=one_shot
    • trigger=release_key (trigger=releaserelease_key のエイリアスとしての実装に変更)
    • rt_decay
    • キースイッチ (sw_default, sw_down, sw_hikey, sw_hilast, sw_last, sw_lokey, sw_lolast, sw_previous, sw_up)
    • クロスフェード (xf_keycurve, xf_velcurve, xfin_hikey, xfin_hivel, xfin_lokey, xfin_lovel, xfout_hikey, xfout_hivel, xfout_lokey, xfout_lovel)
  • sfz 読み込み時に同じ警告を複数回表示していたのを修正
  • WDMKS または WASAPI 共有モード出力時に 24 ビット出力が正常にできなかったのを修正
  • MOD ファイル再生時に大きいサンプルをダウンサンプリングする仕様を廃止
  • ファイル・フォルダーを開くダイアログを Windows Vista 以降の新バージョン (IFileDialog) に変更
  • 新コンソールウィンドウのドラッグ・スクロール挙動を改善
  • GUI のレスポンスを改善