Recompiled AudioPluginHost on JUCE 8.0.2 and notice issues with the UI not updating properly and title bar unresponsive e.g. can’t close window:
Any ideas?
Recompiled AudioPluginHost on JUCE 8.0.2 and notice issues with the UI not updating properly and title bar unresponsive e.g. can’t close window:
Any ideas?
8.0.3 was released recently, please try updating and see whether the issue is still present.
Hi @reuk updated to 8.0.3, thanks. The behavior is better, but still issues.
in APH if I right click on an Audio Input or Output and select Configure Audio I/O, the Audio Settings dialog pops up like it should.
But double-clicking on Audio Input or Output greys out the APH menubar, but the Audio Settings dialog does not pop up. Nothing happens but blocks any further interaction unless clicking on APH x in the MainWindow to close the app.
The Settings Dialog appears to be launched, but can’t get access:
A fix has been released on develop
Thanks @attila