This repository contains Wave Synth
, a simple 4-voice synthesizer
created using Wave Digital circuit models. This synthesizer was made
for a demo at the 2024 C++ Conference (CppCon).
To build from scratch, you must have CMake installed.
# Clone the repository
$ git clone https://github.com/Chowdhury-DSP/wave-synth.git
$ cd wave-synth
# build with CMake
$ cmake -Bbuild
$ cmake --build build --config Release
Wave Synth is open source, and is licensed under the BSD 3-clause license. Enjoy!