JUCE 7
-
ROLI says that JUCE 7 will be released in 30 days.
I see that you've updated macOS projucer binary to 6.1.4 lately: https://github.com/christophhart/HISE/commit/a54f5d8f74cf8c71c2276a3813030a144a5dcbee
I have JUCE 5 license, but with this commit I can't use JUCE 6.1.4. (I was able to use 6.1.3)
Will we need to use JUCE 7? So just wanted to check which one to go with.
-
@harris-rosendahl HISE is on JUCE 6 for more than a year now (since the introduction of M1 support).
I don't think I'll migrate to JUCE 7 in the next months, so better get that JUCE 6 license...
-
ROLI
Also it's PACE now :)
-
@harris-rosendahl said in JUCE 7:
but with this commit I can't use JUCE 6.1.4.
If you're getting the Projucer is damaged message then it's a permission issue. You need to run this command.
xattr -cr /path/to/Projucer.app
-
-
@harris-rosendahl said in JUCE 7:
but with this commit I can't use JUCE 6.1.4.
If you're getting the Projucer is damaged message then it's a permission issue. You need to run this command.
xattr -cr /path/to/Projucer.app
Yes I've already done it.
Actually JUCE says that the license needs to be upgraded when I login to my JUCE account in the Projucer 6.1.4. But I am not getting this warning in 6.1.3.
So The latest version that I am allowed to use is 6.1.3 (with my JUCE 5 license).
-
@harris-rosendahl Nonononono. The Projucer 6.1.3 that was in the HISE repo was just compiled in GPL mode so that it doesn't complain everytime you use it, so you didn't see this message, but you definitely need a JUCE 6 license for using JUCE 6
-
@Christoph-Hart said in JUCE 7:
@harris-rosendahl Nonononono. The Projucer 6.1.3 that was in the HISE repo was just compiled in GPL mode so that it doesn't complain everytime you use it, so you didn't see this message, but you definitely need a JUCE 6 license for using JUCE 6
The GPL mode is "Enable Splash Screen" mode, right? Ok now I see it :) Thank you for the notification.