Hello,
I tried to build “GainPlugin” DEMO for iOS with JUCE 8.0.14 but it malfunctions in the case of standalone (whereas it succeeds in the case of AUv3 plugin). Generally speaking, effect standalone app (which requires microphone access) does not seem to work properly.
Symptom:
Standalone> Although the “unmute input” button is not pressed, the microphone catches input sound and that sound is coming out through the headphones. Also the parameter does not work well.
AUv3 plugin> no problem.
Other version:
JUCE 8.0.6: no problem both in the case of standalone and AUv3 plugin.
My environment:
macOS Sequoia 15.7.7 (Xcode 26.3)
iPad 9th generation(OS 18.7.7)
