Replies: 1 comment 3 replies
-
Sure https://github.com/surge-synthesizer/conduit is a worked example of this. Basically you make your plugin into a static library then link it with each of the wrappers, including the clap, symmetrically. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I followed the Quick Start Guide, and so far everything seems to work fine. However, what I have is currently VST3 land AU plugins that load. the resulting CLAP dynamically. What I want are fully self-contained plugins, as the quick guide hinted:
"The VST3 loads the resulting CLAP dynamically, but there are other strategies to make fully self-contained plugins"
Can someone point me in the right direction or tell me how to do this?
Regards and thanks!
Beta Was this translation helpful? Give feedback.
All reactions