Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package the CLAP VST3 wrapper (TBD) as a Windows and Mac tool #7203

Open
baconpaul opened this issue Aug 26, 2023 · 2 comments
Open

Package the CLAP VST3 wrapper (TBD) as a Windows and Mac tool #7203

baconpaul opened this issue Aug 26, 2023 · 2 comments
Labels
Feature Request New feature request Infrastructure Issues related to repository, CI/CD, installers, etc.
Milestone

Comments

@baconpaul
Copy link
Collaborator

The clap vst3 wrapper generates a vst3 which is in some sense better than the JUCE one, but it has a different VST3 ID and so on I think, so its not a drop in replacement.

It would be great if we had this distributable though, probably as an extra signed download which we can then point people to in the documentation

So I think the right thing to do is

  1. make a new repo called surge-xt-wrapper
  2. That contains a cmake file which does the magic (CPM checkout the wrapper, build it, sign it, etc...)
  3. And an azure pipeline file that runs it into a release which we can prod at our leisure

then modify the manual to point people at it.

@baconpaul baconpaul added the Feature Request New feature request label Aug 26, 2023
@baconpaul baconpaul added this to the Surge XT 1.3 milestone Aug 26, 2023
@baconpaul
Copy link
Collaborator Author

So as note to self

 JuceVST3Component::iid.toString(iids);
        std::cout << iids << std::endl;

for surge xt prints

with the algo

DECLARE_CLASS_IID (JuceVST3Component, 0xABCDEF01, 0x9182FAEB, JucePlugin_ManufacturerCode, JucePlugin_PluginCode)

where ManufacturerCode is VmbA and plugin code is SgXT

ABCDEF019182FAEB566D624153675854

@baconpaul
Copy link
Collaborator Author

I'm going to bump this out of 1.3. As conduit progresses maybe we will make it a side download as a test case, or do a 1.4 if it matures and so on, but not gonna change the VST3 architecture for 1.3 at this late stage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request New feature request Infrastructure Issues related to repository, CI/CD, installers, etc.
Projects
None yet
Development

No branches or pull requests

2 participants