leamas
leamas
So this is basically about handling bad servers. I don't think there will be time for this before 5.10, assigning to 5.12
That checkbox is currently only meaningful for hosts using the PortAudio library i. e. Linux and Macos. The simplest solution is probably to use PortAudio also on Windows; IIRC there...
> what's the problem? The problem is to find someone with skills, time and motivation to actually make a PR. The devil is in the details, and until there is...
> FFS, When is OpenCPN going to use native OS features when wxWidgets or other cross platform libraries are a poor substitute? For Windows, as soon as someone steps up...
IMHO, this does not fly. The code in libs/sound only uses #ifdef in the factory methods which selects backends. If you need to have #ifdefs in the backend implementation it's...
and then again: if you cannot use the existing PortAudioSound backend it's perhaps better to use native Windows API:s to implement a Windows backend. Practically this could be done by...
Something like that, yes. Perhaps grey (disabled), red, green
> If you mean during the creation of connections, at least for USB devices, given you know the VID/PID, you can detect the presence of the device via the Registry...
There is already linux code for USB devices insert/remove. This could be expanded also to handle Windows events (not sure about events in MacOS). If that code actually works is...
> Or a message box in the middle of the screen at startup is sure to get the user's attention! Already in place for missing USB devices. EDIT: that is,...