Hey, mod... how should I make the phaser and/or the flanger having more that "flanger noise" ("Swiiisshhhhhhwwwwwiiissshhhhhh...")?
Raising the Feedback supposedly would do that... but the sound becomes "robotic"... and I don't like it.
One more thing! As the FXs I want to emulate are, I need both, flanger and phaser in MANUAL PHASE (or delay time, or frequency). So, I modify the flanger patch and replace this:
[r $0-freq]
[expr pow($f1, 2)]
[+ 0.1]
[phasor~]
...
to this:
[r $0-freq]
[sig~]
...
The phasor is similar. Is this right? Is there a better way to do it?
Thanks!