Open source versions of all bram @ smartelectronix plugins. 20 Years after working on my first plugin I've decided to open source all these plugins. Consider a lot of this source code was written by a very inexperienced version of myself: it's kind of a mess!
You can find the original smartelectronix pages here: http://bram.smartelectronix.com
All these plugins are available for licensing under a dual-license scheme. GPL for open source and non-GPL for commercial usage. For those people who want to collaborate on the project there is a CLA.
Prerequisites:
After the checkout, run these commands:
bash
brew update
brew upgrade cmake
git submodule update --init --recursive
python get_steinberg_sdk.py
cmake .
make
make test
Prerequisites:
After the checkout, run these commands in powershell:
posh
git submodule update --init --recursive
python get_steinberg_sdk.py
.\build.ps1 -Verbose x86 Release
ctest
.\build.ps1 -Verbose x64 Release
ctest