Hi!
This small patch seems to stop duplicate decodes in
BandActivity/UDP/ALL.TEXTÂ and makes touching "CQ only" to take *effect
from next decode onwards*.
Just what I tried to describe...
--
Saku
OH1KH
Bill Somerville kirjoitti 06.04.2018 klo 19:43:
On 06/04/2018 17:39, Bill Somerville wrote:
this is not really a defect. If you have "CQ Only" checked then
non-CQ decodes are discarded and cannot be recovered. Un-checking the
option causes the decoder to redo the decode on the sample buffer.
The same applies to checking the "CQ Only" option except that CQ
decodes are discarded. If you do not want duplicated UDP Decode
messages nor duplicates in the ALL.TXT file then all I can suggest is
that you do not use the "CQ Only" option. BTW it is possible that the
repeated decode passes may have different results if the Rx audio
offset, decode depth, waterfall width, or AP settings have been changed.
Fixing a critical typo:
this is not really a defect. If you have "CQ Only" checked then non-CQ
decodes are discarded and cannot be recovered. Un-checking the option
causes the decoder to redo the decode on the sample buffer. The same
applies to checking the "CQ Only" option except that *non-* CQ decodes
are discarded. If you do not want duplicated UDP Decode messages nor
duplicates in the ALL.TXT file then all I can suggest is that you do
not use the "CQ Only" option. BTW it is possible that the repeated
decode passes may have different results if the Rx audio offset,
decode depth, waterfall width, or AP settings have been changed.
73
Bill
G4WJS.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel
--- mainwindow.cpp 2018-04-09 17:53:39.226156093 +0300
+++ mainwindow_new.cpp 2018-04-09 17:58:28.793249750 +0300
@@ -7208,8 +7208,8 @@
void MainWindow::on_cbCQonly_toggled(bool)
{
- QFile {m_config.temp_dir().absoluteFilePath(".lock")}.remove(); // Allow jt9 to start
- decodeBusy(true);
+ //QFile {m_config.temp_dir().absoluteFilePath(".lock")}.remove(); // Allow jt9 to start
+ //decodeBusy(true);
}
void MainWindow::on_cbFirst_toggled(bool b)
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel