Hi, jules
How are you?
In juce demo, the device configure box shows all the device drivers which are installed on the target computer no matter if the device is really attached to the computer or not. Is there a way to detect what device is really attached to computer and I want to show them only.
Hi, jules
Thanks!
Shall I do consequential calling one by one to set the devices which are available in some batch program?
If it returns without error, then I know I can show them. In this way, we know the available settable device.
Is there any issue if I do it. I think setDevice cost is big, if we do in this way, it may mess up.
Hi, jules
Yes. However, for technique perspective, do you think If I call setDevice one by one in batch mode, and is juce lib able to afford it? Because i ran into issue that my application crashed , and shutdownjuceGUI is called.