juce-framework / JUCE

JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, LV2 and AAX audio plug-ins.
https://juce.com
Other
6.54k stars 1.73k forks source link

[Bug]: With version 7.0.10, the AU [ AudioUnits ] plugin compiles, but the DAW does not see it. #1359

Open rty65tt opened 7 months ago

rty65tt commented 7 months ago

Detailed steps on how to reproduce the bug

With version 7.0.10 (develop branch), the AU plugin compiles, but the DAW does not see it. No errors, everything is fine, but the re-scan plugin has no result.

What is the expected behaviour?

Everything is fine in version 7.0.9.

Operating systems

macOS

What versions of the operating systems?

mac OS Monterey 12.7.3, Xcode 14.2

Architectures

x86_64, 64-bit

Stacktrace

empty

Plug-in formats (if applicable)

AU

Plug-in host applications (DAWs) (if applicable)

Reaper 7.11.

Testing on the develop branch

The bug is present on the develop branch

Code of Conduct