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 a Graphic Equaliser #10

Open essenbee opened 5 years ago

essenbee commented 5 years ago

Can we add a graphic equaliser to the synthesizer? In the graphic equalizer, the input signal is sent to a bank of filters. Each filter passes the portion of the signal present in its own frequency range or band. The amplitude passed by each filter is adjusted using a slide control to boost or cut frequency components passed by that filter. The vertical position of each slider indicates the gain applied at that frequency band, so that the knobs resemble a graph of the equalizer's response plotted versus frequency.