Yan Pujante

Results 96 comments of Yan Pujante

If you want to reproduce the problem on your side, I wrote a little program that simulates a host: ``` #include #include int main() { void* lib_handle = dlopen("/mnt/vault/deployment/build/re-test-plugin/Debug/TestPlugin.dylib", RTLD_LOCAL);...

I filed a similar issue with JetBrains: https://youtrack.jetbrains.com/issue/IDEA-177177 After installing this plugin it is no longer possible to add global libraries.

Thanks for reporting. Just to be clear, are you building your audio unit with Jamba? If yes, which version of Jamba are you using?

Unfortunately I have not installed Logic on my M1 machine because it's just a Mac book air, so I cannot test at this time (I did check with Logic on...

I have released my 3 VST/AU plugins as universal binaries a couple days ago. They have been compiled on my macbook Air M1 with the latest version of Jamba. They...

Ok thanks for trying it out! It definitely works on mac Intel. I am following the forum thread too https://forums.steinberg.net/t/m1-apple-silicon-aaxwrapper-auv2/590649 which is where I realized that my mac book air...

Since Jamba was released, you are the first person ever asking for it. I am definitely open to add support for it, if there is demand. I will leave this...

I have not tried building any plugin with Linux with any version of the VST3 SDK so I cannot say whether it works or not. The `vst3-again-sample` project was done...

@mxa You can check the https://jamba.dev/ to see the features that Jamba adds on top of the bare VST3 SDK.

I am surprised that it even works on Linux. Every time there is a new VST3 sdk, I spent time fixing things on macOS and when it works there are...