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

Mix in a Low Frequency Oscillator (LFO) for Freq. Modulation #9

Closed essenbee closed 5 years ago

essenbee commented 5 years ago

Add frequency modulation with a low frequency oscillator (LFO) (see #11). It should be possible to extend the SignalGenerator class to support this. We could use this to implement a Vibrato effect, for example.

essenbee commented 5 years ago

LFO frequency modulation feature added to new class SynthSignalGenerator