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

Create and Recall Patches #18

Closed essenbee closed 5 years ago

essenbee commented 5 years ago

As a step towards creating preset voices or instruments, add a feature that allows the user to set up various effects and configurations of the synthesizer, and save them as “patches’. Allow these to be recalled, to instantly restore the synth to the saved preset values. Save settings as JSON?

essenbee commented 5 years ago

Episode 42