brummer10 / guitarix

guitarix virtual versatile amplification for Jack/Linux
249 stars 26 forks source link

phaser_mono.dsp should pass 1 instead of 2 for depth #15

Open mikeoliphant opened 4 years ago

mikeoliphant commented 4 years ago

Because phaser_mono.dsp is passing '2' for depth to the underlying phaser implementation, it is currently implementing vibrato mode (allpass signal chain only). For phaser mode (equal blend of direct and allpass), it should pass '1' (or pass 'depth' instead of 'mdepth').