Skip to content

Chowdhury-DSP/wave-synth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Releases

No releases published

Packages

No packages published