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 08230b851f Updated .gitignore and CMake config for Visual Studio 1 year ago
.vscode Initial architecture for parts, presets and voices 1 year ago
include Various changes 1 year ago
lib Initial refactor 1 year ago
src Various changes 1 year ago
.gitignore Updated .gitignore and CMake config for Visual Studio 1 year ago
.gitmodules Initial refactor 1 year ago
CMakeLists.txt Updated .gitignore and CMake config for Visual Studio 1 year ago
README.md Initial refactor 1 year ago
xctrace-command.txt Various changes 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