You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Thor a716a44ae8 Track upstream libsynth changes 2 months ago
.vscode Initial architecture for parts, presets and voices 1 year ago
include Backing up changes 12 months ago
lib Track upstream libsynth changes 2 months ago
src Add toml++ and remove macOS-specific file 2 months ago
.gitignore Updated .gitignore and CMake config for Visual Studio 1 year ago
.gitmodules Add toml++ and remove macOS-specific file 2 months ago
CMakeLists.txt Add toml++ and remove macOS-specific file 2 months ago
README.md Initial refactor 1 year ago

README.md

Synth

Introduction

Build files are generated for various C++ compilers using CMake. For VS Code, you want CMake Tools and a supported compiler.

Dependencies

PortAudio and PortMidi are included as Git submodules that need to be fetched before building:

git submodule update --init --recursive