Proprietary Audio Plugins for Linux, but the right way
Why the current approach to VST and VST3 does not work for proprietary plugins on Linux ?
When building plugins for Linux there are two options and one problem:
- Link to the system libraries
- Build all your dependencies and statically link to them
- Can't use gtk or qt.