Hi,
I have several plugins that I made using iPlug2’s main (not CLAP-enabled) branch.
I now want to ‘clap-ify’ them, i.e. I want to add a *-clap project to the existing solution (so it’ll have *-aax, *-app, *-clap, *-vst2, and *-vst3, instead of just the usual 4 projects).
My iPlug2 itself is now CLAP-enabled (i.e. I switched to the ‘clap’ branch, and I’ve got CLAP_HELPERS and CLAP_SDK in place), and any new plugin duplicated from an example has *-clap, and indeed works just fine; but an existing plugin misses the *‑clap project (i.e., still has only 4 projects, not 5).
What’s the best way to get this added?
Is there a script for this?
Many thanks!