srcejon

Results 38 issues of srcejon

In a MainCore::channelAdded(int deviceSetIndex, ChannelAPI *channel) slot, it appears channel->getIndexInDeviceSet() is not valid. This seems to come from the ordering of the following code: void DeviceSet::addChannelInstance(ChannelAPI *channelAPI) ... mainCore->addChannelInstance(this, channelAPI);...

no-issue-activity

On Windows with Qt5, the GUI doesn't rescale properly when connecting via Remote Desktop Protocol (RDP) and the client's display scaling setting differs from the server. For example: - Run...

The list of audio devices appears to only be detected at start-up, so SDRangel doesn't recognize when an audio device is connected or removed, while running. While connection of most...

enhancement

I'm trying to use RSPTCPServer with a Duo (h/w reported as version 3). However, I'm seeing the real part of the spectrum mirrored on to the imaginary part of the...

In RX_FSK/src/RS41.cpp, there's code based on https://github.com/einergehtnochrein/ra-firmware Around line 648 the code is: float Tp = (sensorTemp - 20.0f) / 180.0f; float sum = 0; float powc = 1.0f; float...

For the WASM port, we need to ensure that there is no blocking on the main thread, otherwise SDRangel will hang. This is described more in the Qt docs here...

enhancement

As reported on the forum: https://sdrangel.org/forum/viewtopic.php?t=193 When SDRangel's main window is minimized then restored, Feature and Channel Windows get higher by about 20 pixels. Seems to be a problem on...

I’m trying to use libusb in a Qt WebAssembly app via the Emscripten port. The first call to libusb_get_device_list() is failing on Windows 11 using Chrome, Edge and Opera, with...

WebAssembly