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

Erbb vcvrack 2.5 support #680

Merged
merged 3 commits into from
Jul 1, 2024
Merged

Erbb vcvrack 2.5 support #680

merged 3 commits into from
Jul 1, 2024

Conversation

ohmtech-rdi
Copy link
Owner

@ohmtech-rdi ohmtech-rdi commented Jul 1, 2024

This PR adds support for VCV Rack 2.5. In particular the path to the plug-in modules changed again.

macOS

In the code it is the first path returned by

NSSearchPathForDirectoriesInDomains(NSApplicationSupportDirectory, NSUserDomainMask, YES);

It happens that in core python, there is no way to get this path cleanly. So for now we are hardcoding the path, which might breaks on some macOS installations. Anyway this is also what the makefile does.

The GitHub workflow was updated to macOS 12, as it just so happens that macOS 11 runner image is unavailable on the same day.

Linux

The path was also changed on Linux. We also support XDG_DATA_HOME.

Windows

The path was also changed on Windows.

@ohmtech-rdi ohmtech-rdi added the flaw Something isn't working properly but is not a bug label Jul 1, 2024
@ohmtech-rdi ohmtech-rdi self-assigned this Jul 1, 2024
macOS 11 image happens to be unavailable on the same day, so upgrade to
macOS 12.
@ohmtech-rdi ohmtech-rdi merged commit 5aca324 into main Jul 1, 2024
21 checks passed
@ohmtech-rdi ohmtech-rdi deleted the erbb-vcvrack-2.5-support branch July 1, 2024 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flaw Something isn't working properly but is not a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant