bdejong / smartelectronix

Open source versions of all bram @ smartelectronix plugins.
GNU General Public License v3.0
253 stars 46 forks source link

Bram @ Smartelectronix

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

Donations

http://paypal.me/BramdeJong

Downloads

Commerial non-GPL licensing

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.

Building

macOS

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

Windows

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

Plugin list