essenbee / synthesizer

On-stream project to build a synthesizer using .NET Core 3, WPF and NAudio
https://www.youtube.com/playlist?list=PLStUQafDNqPPuGzF0b_IFIuiFr1jZA2Pk
MIT License
16 stars 4 forks source link

Add Tremolo Effect #16

Closed essenbee closed 5 years ago

essenbee commented 5 years ago

Modulate volume of the VolumeSampleProvider in the signal chain with a low frequency oscillator to create a tremolo effect.

essenbee commented 5 years ago

Need to add GUI controls- on/off, LFO frequency and amplitude controls as well. How are we going to switch the tremolo on and off? Perhaps just set the LFO amplitude to 0.0 when off?

essenbee commented 5 years ago

Added GUI controls in Episode 38.