jamba
jamba copied to clipboard
A lightweight VST2/3 framework
I am currently trying to develop a VST plugin in a linux environment. Since jamba didn't support Linux, so I tried modifying the Mac version, but it was too painful...
Somebody reported issue with long automation using plugins built with the VST SDK and the AU wrapper. This seems to affect plugins built with Jamba as well since it uses...
Hello, Thanks to your framework I was able to compile an audio unit with the steinberg auwrapper, Which doesn't seem to be set up properly in raw vst 3.7.1. I...
Example of what Jamba should support natively. ```cpp // Parameters std::array fLEDs; // RT State std::array fLEDs; ``` The issue is initialing in the state. Here is a quick implementation...