synthesizer
synthesizer copied to clipboard
On-stream project to build a synthesizer using .NET Core 3, WPF and NAudio
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
When many of the user-controlled parameters are changed rapidly, then clicks and other artefacts are evident in the synths output. We need to smooth the transition to new parameter values,...
Add 2 maybe 3 oscillators that can be mixed into a note, with settings for: - [x] Level (dB) - [x] Wave Type (Sine, SawTooth, Square, Triangle, White Noise, Pink...
Have the low pass filters for each note use a relative cutoff frequency, e.g. 4 octaves above the frequency of the note being played.
Optionally, for each note played, mix the note and the same note one octave lower (i.e. _freq_ / 2), to give a richer tone.
Add the ability to record a loop, e.g. a chord progression, and play it back whilst playing notes from the synth over the top of the loop. As the name...
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...