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 3a0278b319 Add libsynth submodule to Git repository 11 months ago
.vscode Initial architecture for parts, presets and voices 1 year ago
include Backing up changes 11 months ago
lib Add libsynth submodule to Git repository 11 months ago
src Backing up changes 11 months ago
.gitignore Updated .gitignore and CMake config for Visual Studio 12 months ago
.gitmodules Add libsynth submodule to Git repository 11 months ago
CMakeLists.txt Merge branch 'main' of saga.berserker.town:keyboard-project/synth-engine 12 months 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