Standalone change selectDefaultDeviceOnFailure

Hi everyone,

I’m building a standalone app from a plug-in project using the juce standalone plug-in wrapper.

The AudioDeviceManager::initialise has a parameter selectDefaultDeviceOnFailure that is passed as true by the plug-in wrapper. But, I would like the standalone app to not select a default audio device on failure but instead show to the user that selecting the audio device failed.

How can I change this?

Thank you,

Jelle