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 8aa080d588 Remove all GUI code 5 hours ago
.vscode Initial architecture for parts, presets and voices 1 year ago
lib Remove all GUI code 5 hours ago
src Remove all GUI code 5 hours ago
.gitignore Remove all GUI code 5 hours ago
.gitmodules Remove all GUI code 5 hours ago
CMakeLists.txt Remove all GUI code 5 hours ago
README.md Initial refactor 1 year ago
run.sh Add script for running synth with real-time priority 2 months 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