ohmtech-rdi / eurorack-blocks

Software to Hardware Prototyping for Eurorack using C++, Max/Gen~ or Faust
Other
308 stars 21 forks source link

Vcv rack sdk 2.4.0 #629

Closed ohmtech-rdi closed 10 months ago

ohmtech-rdi commented 10 months ago

This PR updates the vcv-rack-sdk submodule to version 2.4.0 since this version introduces a breaking change in the way plug-ins are loaded, and in particular their path. It also now supports the ARM64 architecture, and fixes a bug in the action system where the Windows binary was not installed.

Todo

ohmtech-rdi commented 10 months ago

That doesn't work on M1 yet, because code signing is mandatory with M1. We need to:

Unfortunately we can't test automatically on CI using GitHub and their macos-13-xlarge which runs on M1, as those runners are not yet available for public projects.