synthesizer icon indicating copy to clipboard operation
synthesizer copied to clipboard

On-stream project to build a synthesizer using .NET Core 3, WPF and NAudio

Results 8 synthesizer issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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,...

enhancement

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...

enhancement
on-stream

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.

enhancement

Optionally, for each note played, mix the note and the same note one octave lower (i.e. _freq_ / 2), to give a richer tone.

enhancement
on-stream

Create a Flanger effect for the synthesizer.

enhancement

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...

enhancement
help wanted

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...

enhancement
help wanted