Is there a way to auto select all midi ports so the user doesn’t have to do it manually? This is the number one pain when doing tech support. A user always asks why no midi is being received.
I want to automatically select all midi ports upon boot up of the app.
What platform is this for? There’s some code to open all MIDI ports on startup for iOS/Android which can be optionally disabled by the JUCE_DONT_AUTO_OPEN_MIDI_DEVICES_ON_MOBILE flag, so probably worth taking a look round there.