Skip to content

Conversation

@ErikJour
Copy link

Description

Added runtime DLL loading for VST3 on Windows (fixes Reaper compatibility)

Validation and Acceptance Criteria

  • Both VST3 plugins load in Reaper.

@google-cla
Copy link

google-cla bot commented Dec 24, 2025

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Copy link
Collaborator

@BrandenAvalonCx BrandenAvalonCx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like the right approach to solve our DLL issue.

A few cleanup things here, and the commit author needs to be fixed, but then should be good to go

endif()
endif()

if (WIN32 AND NOT DELAYLOAD_HEADER_GENERATED_RDR)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All this code to generate the header can be removed since the header file isn't used anymore

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure why this PR updates the obr.dll and .dylib

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should drop this file

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