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

Fix changed URL for VSTSDK #50

Merged
merged 1 commit into from
Jun 26, 2023
Merged

Fix changed URL for VSTSDK #50

merged 1 commit into from
Jun 26, 2023

Conversation

etheory
Copy link
Contributor

@etheory etheory commented Nov 29, 2021

NOTE: this PR is incomplete and needs more work, but it's definitely heading in the right direction.

Please someone else check that this works for them, but it sure works for me!
Except something isn't quite right, as after this I get a build error:

[cmake] Cannot find source file: [cmake] [cmake] ..../smartelectronix/Steinberg/public.sdk/source/vst2.x/audioeffect.cpp

Which looks like it's due to the new folder: vstsdk2 sitting above public.sdk so the build scripts need to be changed to reflect this....

I tried manually editing smartelecronix/Common/common.cmake with the new paths, but it didn't help.

Even doing that doesn't fix it since aeffect.h doesn't exist in the new SDK. @bdejong any ideas?

Please someone else check that this works for them, but it sure works for me!
@etheory
Copy link
Contributor Author

etheory commented Nov 29, 2021

Linked to: #49

@bdejong bdejong merged commit a57ebc6 into bdejong:master Jun 26, 2023
@etheory
Copy link
Contributor Author

etheory commented Jun 26, 2023

Thanks for merging @bdejong but did you note the issue I commented on in the PR above where this now doesn't build? Did you manage to fix that? This PR wasn't yet complete.

@bdejong
Copy link
Owner

bdejong commented Jun 27, 2023

It wasn't building before either... I prefer to merge and then fix the things that need fixing.

For the Steinberg headers etc I think I will just pull them into the repository rather than trying to download them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants