pongasoft / jamba

A lightweight VST2/3 framework
https://jamba.dev/
Apache License 2.0
122 stars 3 forks source link

Make VST2 support truly optional #3

Closed ypujante closed 6 years ago

ypujante commented 6 years ago

Jamba somewhat assumes that VST2 support should be added even if it uses the SMTG_CREATE_VST2_VERSION in some places. A new question to the create-plugin.py script should be added to enable/disable VST2 support and make sure it actually does the right thing.

ypujante commented 6 years ago

Implemented in v2.1.0