Help me please…
Whatever plugin I make in Juce, since I’m on SEQUOIA, when I open it in Logic Pro 11.1, I apparently have a memory management problem… Here is the message in the Xcode console:
Message send exceeds rate-limit threshold and will be dropped. { reporterID=16136192131074, rateLimit=32hz }
When opening the plugin for the first time, “audio and midi synchronization error”, then everything works normally, whatever the plugin I make in JUCE…
My Mac is patched with OpenCore Legacy patcher.
Does the problem still happen when you run the plugin without the debugger attached? If not, maybe the sync error is just caused by running under the debugger.
Does the problem still happen when you don’t have your own plugin loaded? If so, maybe the issue isn’t related to your plugin.