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 More Oscillators per Note #22

Open essenbee opened 5 years ago

essenbee commented 5 years ago

Add 2 maybe 3 oscillators that can be mixed into a note, with settings for:

essenbee commented 5 years ago

Added 2 more voices per note, with GUI controls for Level, ADSR Envelope, relative tuning (octaves and semitones), and Wave Form. Still need to add fine tuning in cents, and also allow negative relative tuning compared to the Main Voice. Do we need individual low pass filters?

essenbee commented 5 years ago

Negative relative tuning for Octaves and Semitones implemented.