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.

15 lines
314 B

# 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
```