2022/12/31

LongPhaser

Download (github.com)
Source Code (github.com)

LongPhaser is a phaser using Schroeder all-pass filters which is able to set some long delay time. The sound is like somewhere between delay and phaser. It feels a bit underwhelming, however modulation with LFO and note events may be used to compensate the lack of character.

Output becomes darker by increasing `Stage`. This is due to linear interpolation used in delay. Turning off the oversampling emphasize the effect, but it might be useful to add some character.

When modulating delay time by increasing `LFO > Time`, it might be better to also change `Interp. Rate` at the same time to control the character of modulation. Setting `Interp. Rate` to integer value by using Shift + Middle Mouse Click might make the clear texture. The change of texture caused by `Interp. Rate` is the same one that can be heard in ParallelComb.

---

ダウンロード (github.com)
ソースコードを見る (github.com)

LongPhaser は遅延時間を長くできる Schroeder オールパスフィルタを使ったフェイザです。ディレイとフェイザを足して 2 で割ったような音が出ます。 2 で割った物足りなさを補うために LFO やノートイベントで変調をかけることができます。

ディレイで行っている線形補間の影響で `Stage` の数を増やすほど音の高い部分が低減されて、暗い音になります。オーバーサンプリングを無効にすると線形補間の影響がはっきりと分かるくらいになりますが、逆に味付けとして使えるかもしれません。

`LFO > Time` を上げてディレイ時間を変調するときは `Interp. Rate` も同時に調整すると音の質感を変えることができます。また `Interp. Rate` を Shift + ホイールクリックで整数に設定することで、ディレイ時間が大きく変化したときのピッチシフトが整数倍となって聞きやすい音が出せます。この効果は ParallelComb の特徴的な音が出る仕組みと同じです。