Moresampler 0.3.0リリース。

http://web.engr.illinois.edu/~khua5/moresampler/index.html
公式サイト:

https://bowlroll.net/file/93087/
再配布リンク



以下変更点(0.2.3含む)

Moresampler 0.3.0

0.3.0 (Jan. 29, 2016)

* A 50% rewrite of the whole project, including a major upgrade to the algorithm and a major upgrade to the internal data structure.*
* New feature: before creating .llsm files, Moresampler now first scans for desc.mrq whose function is similar to .frq file (i.e. it is a pitch table which can be manually edited by some tool). When desc.mrq is not detected or corresponding data entry is not found in an existing desc.mrq file, Moresampler will generate what is missing. The graphical editor for .mrq files is still under development.
* Improved feature: more formatted log file for diagnostics & debugging.


アルゴリズムの改良、及び内部データ構造の大幅変更によって、全体の約50%を書き直しました。*
新機能:LLSMファイルの生成する前、desc.mrqファイルをサーチして反映するようにしました。.mrq存在しない場合、Moresamplerは必要されるファイルを生成します。
.mrqファイルの内容は一種の周波数表で、機能自体はfrqファイルに近く、手動もしくはツールを使って編集可能です。編集可能のGUIツールは現在開発中です。
新機能:ログファイルの構造を改良して、より問題点を突き止めやすくなりました。

mrqに関する追記:
masao様(@namiyaome)のfrqeditorにmrq対応していただいた。(関連ツイート


0.2.3 (2016年 1月 4日) (not translated yet)
* Bug fix: crashes caused by memory overflow when frequency upperbound is greater than sampling rate.*
* Bug fix: incorrect interpolation at the boundary between voiced and unvoiced frames.

問題修正:周波数上限がサンプリング周波数を超える場合メモリーオーバフロー発生する問題を修正。*
問題修正:有声音と無声音のフレーム境界に内挿不良が発生する問題を修正