anthonyalfimov / Stable-Delay

AU, VST3. A WIP delay/chorus/flanger plugin
GNU General Public License v3.0
3 stars 1 forks source link

Add a button to invert the phase of the feedback signal #45

Closed anthonyalfimov closed 3 years ago

anthonyalfimov commented 3 years ago

Enable negative feedback for the "Flanger" mode by adding an "Invert" button for the feedback signal. This will allow to keep the "Feedback" knob range unchanged (switching to [-120%, 120%] would reduce knob precision).

The button can be hidden in "Delay" mode, if negative feedback does not produce interesting enough effects at low delay times.


UI mockup

Tempo Sync

anthonyalfimov commented 3 years ago

This is the way to introduce the UI toggle button for #4 in an isolated manner.

anthonyalfimov commented 3 years ago

Invert the value of the Feedback parameter to ensure smooth transition between direct and inverted state.

anthonyalfimov commented 3 years ago

Toggle options:

Tempo Sync Toggle Opt1

anthonyalfimov commented 3 years ago

Added functional "Invert" toggle connected to the "Feedback" knob and controlling the "Invert Feedback" parameter.