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 307a466109 Rearranged source files 1 year ago
include Rearranged source files 1 year ago
lib Converted project to CMake 1 year ago
src Rearranged source files 1 year ago
.gitignore Converted project to CMake 1 year ago
.gitmodules Converted project to CMake 1 year ago
CMakeLists.txt Rearranged source files 1 year ago
README.md Update instructions 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 init
git submodule update