essenbee/synthesizer

Implement a Delay (Echo) Effect

Closed this issue · 2 comments

Add a configurable (via the GUI) Delay effect to the synthesizer, so that we can have echo. Need to find an open source algorithm for this!

See musicdsp.com

DelaySampleProvider implemented off-stream. Still need to hook up the effect's parameters into the GUI however.

Wired up DelayMs, Feedback, Mix, Wet and Dry to GUI.