JUCE icon indicating copy to clipboard operation
JUCE copied to clipboard

BSD patches

Open yurivict opened this issue 3 years ago • 2 comments

yurivict avatar Jul 18 '22 05:07 yurivict

These are leftover BSD patches after you merged the bulk of patches that I've submitted earlier.

yurivict avatar Jul 18 '22 05:07 yurivict

@tpoole Could you please merge this PR?

yurivict avatar Aug 20 '22 19:08 yurivict

@tpoole Could you please merge this additional BSD patch?

yurivict avatar Oct 16 '22 19:10 yurivict

@tpoole Could you please consider merging this PR?

yurivict avatar Jan 12 '23 00:01 yurivict

We have recently fixed a handful of BSD compilation issues: https://github.com/juce-framework/JUCE/commit/29a90a0231b1e1a9fa5878aba880fb8fcd979624

This should address everything apart from your proposed changes within the VST3 SDK. We will not make modifications to the embedded VST3 SDK. If you need to use a third-party BSD-compatible VST3 SDK then you can do so using JUCE_CUSTOM_VST3_SDK. I found this package, https://www.freshports.org/audio/vst3sdk/, but the structure of the contents means that it is not possible to use this as a replacement for the official VST3 distribution. Am I missing something important?

tpoole avatar Feb 20 '23 11:02 tpoole