Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 549 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 549 Bytes

Wave Synth

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

Building

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

License

Wave Synth is open source, and is licensed under the BSD 3-clause license. Enjoy!