OS-251 is a synthesizer plugin (vst3, au) made with C++ , JUCE.
You can down load pre-built binaries from release.
-
Download the codes
git clone --recursive https://github.com/utokusa/OS-251
-
Build the body of the plugin (C++)
You can build it using CMake.
Lint checking with clang-format 11 for C++ is available.
See details by running ./lint.sh -h
.
Use clangd for code completion or go-to-definition.
compile_commands.json
(it's necessary for clangd) is automatically generated when you build OS-251.
Use ./run_compdb.sh -h
if you want to add header information to compile_commands.json
.