Close
0%
0%

Example of a Soft Synth for Windows

This is an example of one way to make a soft synth running in Windows 10

Similar projects worth following
92 views
0 followers
This code is about 80% original. It is based on an example that was in the Windows 7 SDK examples on how to render audio using Core Audio API (WASAPI). I wanted to learn how to make a soft synth and modified the example so that I could listen to the soft synth in real time. So this code shows you how to make some soft synth modules, including an oscillator module that uses the PolyBlep Algorithm to supress aliasing, a Multimode filter, VCA, envelope generator and a mixer. It also has code to interface to a midi controller. I used a Launchkey25 from Novation. So there is a lot of things going on in this code. Hopefully, you will find it useful to modify to your own needs. Written in C++ and runs as a consol application.

SoftSynthRenderShared.zip

Source Code for a soft synthesizer example.

x-zip-compressed - 1.31 MB - 02/06/2018 at 18:37

Download

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates