Skip to content

TiMidity++ 41 version 41.6.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@starg2 starg2 released this 28 Jan 10:55
· 108 commits to dev41 since this release
  • Support for Intel C++ Compiler has been added.
  • The AVX-512 version can now be built with Clang.
  • MinGW builds were unable to open files larger than 2 GiB. This issue has been resolved.
  • Voice filters (LPF_BW, LPF12_2, and HPF12_2) have been optimized.
  • The linear/lagrange resamplers caused buffer overrun in some cases. This issue has been resolved.
  • Instruments with a lot of voices caused buffer overrun in some cases. This issue has been resolved.
  • You can now specify HPF12_2 with the command line switch --voice-hpf.

  • Intel C++ コンパイラでのビルドに対応
  • Clang で AVX-512 版のコンパイルができなかったのを対策
  • MinGW ビルドで 2 GiB 以上のファイルが開けなかったのを修正
  • ボイスフィルター (LPF_BW, LPF12_2, HPF12_2) を高速化
  • 線形補間とラグランジュ補間でバッファオーバーランを起こすことがあったのを修正
  • ボイス数の多いサンプルでバッファオーバーランを起こすことがあったのを修正
  • コマンドライン引数 --voice-hpf で HPF12_2 を指定できるようにした