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

Search for arm64 plugins during init as well as x86_64 #148

Merged
merged 1 commit into from
Jan 12, 2022

Conversation

rsjbailey
Copy link
Contributor

The extension disables importing from a plugin suite with missing plugins, but
it was only searching for plugins via reaper-vstplugins64.ini. arm64 plugins are catalogued
in reaper-vstplugins_arm64.ini so were never found. This commit modifies the behaviour to search
both files.

Also prevents a warning about a missing ini file being shown when REAPER is launched in debug mode.

The extension disables importing from a plugin suite with missing plugins, but
it was only searching for plugins via reaper-vstplugins64.ini. arm64 plugins are catalogued
in reaper-vstplugins_arm64.ini so were never found. This commit modifies the behaviour to search
both files.
Copy link
Contributor

@firthm01 firthm01 left a comment

Choose a reason for hiding this comment

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

Reviewed and tested on Windows using original ini path

@firthm01 firthm01 merged commit 221f01b into main Jan 12, 2022
@firthm01 firthm01 deleted the find_plugins_arm64 branch January 12, 2022 00:49
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