-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
improved BATC Spectrum and mute functionality in video windows. #107
base: main
Are you sure you want to change the base?
Commits on Jul 8, 2024
-
Update WinterhillProperties.cs
Fixed compile error: Use new variable "_current_offset" instead of old "_settings.Offset"
Configuration menu - View commit details
-
Copy full SHA for 538b921 - Browse repository at this point
Copy the full SHA 538b921View commit details
Commits on Oct 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b3d93f7 - Browse repository at this point
Copy the full SHA b3d93f7View commit details
Commits on Nov 2, 2024
-
Fixed: third bandplan row was no longer visible
The size of the picture box is reduced due to layout changes. To make the third bandplan line visible again the "height" of the bandplan is changed from 255 to 246.
Configuration menu - View commit details
-
Copy full SHA for 6658ca7 - Browse repository at this point
Copy the full SHA 6658ca7View commit details
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 561602e - Browse repository at this point
Copy the full SHA 561602eView commit details -
Spectrum display did not scale to PictureBox size. All hard coded 255 "height" values exchanged with "height" variable which contains the real size of the Picturebox. Actual 246.
Configuration menu - View commit details
-
Copy full SHA for 05bb0ec - Browse repository at this point
Copy the full SHA 05bb0ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31f2736 - Browse repository at this point
Copy the full SHA 31f2736View commit details -
be compatible with QO-100 wideband spectrum code at website.
Configuration menu - View commit details
-
Copy full SHA for f060be9 - Browse repository at this point
Copy the full SHA f060be9View commit details -
show dBb values in BATC Spectrum
code added to calculate and show the dBb values.
Configuration menu - View commit details
-
Copy full SHA for 183d1ac - Browse repository at this point
Copy the full SHA 183d1acView commit details -
revert commit "Changed to use real fft_strength value."
uses BATCSpectrum.height for correct calculation.
Configuration menu - View commit details
-
Copy full SHA for 6071788 - Browse repository at this point
Copy the full SHA 6071788View commit details
Commits on Nov 5, 2024
-
Draw a white signal rectangle and print dBb value if mouse is moved over a signal.
Configuration menu - View commit details
-
Copy full SHA for 01517f0 - Browse repository at this point
Copy the full SHA 01517f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8854d0 - Browse repository at this point
Copy the full SHA e8854d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07355b8 - Browse repository at this point
Copy the full SHA 07355b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a84b626 - Browse repository at this point
Copy the full SHA a84b626View commit details -
Right Click to spectrum bandplan fixed
Don't tune to BEACON. check for TX frequency only if in bandplan segment.
Configuration menu - View commit details
-
Copy full SHA for 23a03e0 - Browse repository at this point
Copy the full SHA 23a03e0View commit details -
Right Click to spectrum bandplan fixed
Don't tune to BEACON. check for TX frequency only if in bandplan segment.
Configuration menu - View commit details
-
Copy full SHA for 65b0694 - Browse repository at this point
Copy the full SHA 65b0694View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f4259c - Browse repository at this point
Copy the full SHA 6f4259cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6955a4b - Browse repository at this point
Copy the full SHA 6955a4bView commit details -
max_strength added show a line in signal which represents max. allowed strength. Some small name changes.
Configuration menu - View commit details
-
Copy full SHA for 83ccf44 - Browse repository at this point
Copy the full SHA 83ccf44View commit details -
Red overpower box changed. Red overpower line added. Manual RX symbolrate selection added.
Configuration menu - View commit details
-
Copy full SHA for 556f3c1 - Browse repository at this point
Copy the full SHA 556f3c1View commit details -
locate SRForm dynamically to BATC spectrum window.
Configuration menu - View commit details
-
Copy full SHA for cac6daf - Browse repository at this point
Copy the full SHA cac6dafView commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f2149ce - Browse repository at this point
Copy the full SHA f2149ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3594bfb - Browse repository at this point
Copy the full SHA 3594bfbView commit details -
New pluto_control_enabled and quicktune_enabled flags added to avoid actions in spectrum if feature is not available.
Configuration menu - View commit details
-
Copy full SHA for 55bf2ad - Browse repository at this point
Copy the full SHA 55bf2adView commit details -
New quicktune_enabled flags added to avoid actions in spectrum if quicktune feature is not available.
Configuration menu - View commit details
-
Copy full SHA for 15e5efa - Browse repository at this point
Copy the full SHA 15e5efaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01fd022 - Browse repository at this point
Copy the full SHA 01fd022View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75ac334 - Browse repository at this point
Copy the full SHA 75ac334View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31e711f - Browse repository at this point
Copy the full SHA 31e711fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 414364f - Browse repository at this point
Copy the full SHA 414364fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79db337 - Browse repository at this point
Copy the full SHA 79db337View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fc49c5 - Browse repository at this point
Copy the full SHA 0fc49c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b0256b - Browse repository at this point
Copy the full SHA 7b0256bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac8f9e1 - Browse repository at this point
Copy the full SHA ac8f9e1View commit details
Commits on Nov 7, 2024
-
Tuner 1 often do not set frequency at startup. Added a delay and wait for websockets to connect. Show message after 500mSec delay if the sockets still not connected and wait again
Configuration menu - View commit details
-
Copy full SHA for 669ec9b - Browse repository at this point
Copy the full SHA 669ec9bView commit details -
Tuner 1 often do not set frequency at startup. Added a delay and wait for websockets to connect. Show message after 500mSec delay if the sockets still not connected and wait again
Configuration menu - View commit details
-
Copy full SHA for 9fb2a39 - Browse repository at this point
Copy the full SHA 9fb2a39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5073ac2 - Browse repository at this point
Copy the full SHA 5073ac2View commit details -
Spectrum Timer temporarily removed. Small optimizations.
Configuration menu - View commit details
-
Copy full SHA for 70cc17c - Browse repository at this point
Copy the full SHA 70cc17cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4528e7 - Browse repository at this point
Copy the full SHA b4528e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ff6d06 - Browse repository at this point
Copy the full SHA 2ff6d06View commit details -
BATC Spectrum has actual no dependency with quicktune feature.
Configuration menu - View commit details
-
Copy full SHA for 73de09b - Browse repository at this point
Copy the full SHA 73de09bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9b17bd - Browse repository at this point
Copy the full SHA f9b17bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0943daa - Browse repository at this point
Copy the full SHA 0943daaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 331d6de - Browse repository at this point
Copy the full SHA 331d6deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55bb674 - Browse repository at this point
Copy the full SHA 55bb674View commit details -
Configuration menu - View commit details
-
Copy full SHA for e76933a - Browse repository at this point
Copy the full SHA e76933aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a1d8e4 - Browse repository at this point
Copy the full SHA 9a1d8e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cffb28 - Browse repository at this point
Copy the full SHA 7cffb28View commit details
Commits on Nov 8, 2024
-
bandplan.xml will be copied to the right directory during build process.
Configuration menu - View commit details
-
Copy full SHA for 2968dbc - Browse repository at this point
Copy the full SHA 2968dbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a112453 - Browse repository at this point
Copy the full SHA a112453View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6c6b94 - Browse repository at this point
Copy the full SHA f6c6b94View commit details -
path to bandplan.xml corrected
bandplan was already under "extra" directory. So use this file and copy it to executable path.
Configuration menu - View commit details
-
Copy full SHA for 3742bbc - Browse repository at this point
Copy the full SHA 3742bbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78a5cf7 - Browse repository at this point
Copy the full SHA 78a5cf7View commit details -
add padding constant to remove useless bytes from data stream.
Configuration menu - View commit details
-
Copy full SHA for 82fbc69 - Browse repository at this point
Copy the full SHA 82fbc69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5970c1a - Browse repository at this point
Copy the full SHA 5970c1aView commit details -
Use more precise start frequency of spectrum. Use real fft data size for calculation.
Configuration menu - View commit details
-
Copy full SHA for 5901e3f - Browse repository at this point
Copy the full SHA 5901e3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7851459 - Browse repository at this point
Copy the full SHA 7851459View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f6e6a4 - Browse repository at this point
Copy the full SHA 1f6e6a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5015a8c - Browse repository at this point
Copy the full SHA 5015a8cView commit details -
The changes give more precise frequency calculation over the whole spectrum span.
Configuration menu - View commit details
-
Copy full SHA for 2768802 - Browse repository at this point
Copy the full SHA 2768802View commit details
Commits on Nov 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e6d9ac3 - Browse repository at this point
Copy the full SHA e6d9ac3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60419e8 - Browse repository at this point
Copy the full SHA 60419e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1755a94 - Browse repository at this point
Copy the full SHA 1755a94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34a56e9 - Browse repository at this point
Copy the full SHA 34a56e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c67b3ca - Browse repository at this point
Copy the full SHA c67b3caView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2f9f44 - Browse repository at this point
Copy the full SHA d2f9f44View commit details -
Configuration menu - View commit details
-
Copy full SHA for e793364 - Browse repository at this point
Copy the full SHA e793364View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf02d9a - Browse repository at this point
Copy the full SHA cf02d9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99121bb - Browse repository at this point
Copy the full SHA 99121bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ef6b26 - Browse repository at this point
Copy the full SHA 6ef6b26View commit details -
Symbol rate form and functionality added
Symbol Rate Form added. It is used when the right Mouse button is pressed within a tuner field. This will force a new tuning with selected symbol rate. Function is as within QO100 WB Live Tune program.
Configuration menu - View commit details
-
Copy full SHA for 86397ce - Browse repository at this point
Copy the full SHA 86397ceView commit details -
Symbol rate form and functionality added
Symbol Rate Form added. It is used when the right Mouse button is pressed within a tuner field. This will force a new tuning with selected symbol rate. Function is as within QO100 WB Live Tune program.
Configuration menu - View commit details
-
Copy full SHA for de31142 - Browse repository at this point
Copy the full SHA de31142View commit details -
selectable overpower indication + preparation for auto tune functions
New BATC Spectrum settings forms added. One option allow to select the layout of the over power indication. The other options are disabled till auto tune function is working.
Configuration menu - View commit details
-
Copy full SHA for a61f2a2 - Browse repository at this point
Copy the full SHA a61f2a2View commit details -
selectable overpower indication + preparation for auto tune functions
New BATC Spectrum settings forms added. One option allow to select the layout of the over power indication. The other options are disabled till auto tune function is working.
Configuration menu - View commit details
-
Copy full SHA for 7ece39e - Browse repository at this point
Copy the full SHA 7ece39eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c49793 - Browse repository at this point
Copy the full SHA 4c49793View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2ab5d9 - Browse repository at this point
Copy the full SHA c2ab5d9View commit details
Commits on Nov 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 46e405d - Browse repository at this point
Copy the full SHA 46e405dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d80d593 - Browse repository at this point
Copy the full SHA d80d593View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60857ad - Browse repository at this point
Copy the full SHA 60857adView commit details -
750kS symbol rate alignment added
750kS symbol rate added. Several OM's use this symbol rate. So allow tuning to this rate.
Configuration menu - View commit details
-
Copy full SHA for 054864e - Browse repository at this point
Copy the full SHA 054864eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74eb512 - Browse repository at this point
Copy the full SHA 74eb512View commit details -
Configuration menu - View commit details
-
Copy full SHA for efc98fa - Browse repository at this point
Copy the full SHA efc98faView commit details
Commits on Nov 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 14b3696 - Browse repository at this point
Copy the full SHA 14b3696View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35faf17 - Browse repository at this point
Copy the full SHA 35faf17View commit details -
do not stop streaming if we lost lock
This is not necessary and annoying. I introduced it some time ago and revert this change now.
Configuration menu - View commit details
-
Copy full SHA for 2a913d6 - Browse repository at this point
Copy the full SHA 2a913d6View commit details
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0082100 - Browse repository at this point
Copy the full SHA 0082100View commit details -
Configuration menu - View commit details
-
Copy full SHA for e231343 - Browse repository at this point
Copy the full SHA e231343View commit details -
Configuration menu - View commit details
-
Copy full SHA for d82aea5 - Browse repository at this point
Copy the full SHA d82aea5View commit details -
Configuration menu - View commit details
-
Copy full SHA for de7f70e - Browse repository at this point
Copy the full SHA de7f70eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed35f7c - Browse repository at this point
Copy the full SHA ed35f7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f72b9c - Browse repository at this point
Copy the full SHA 5f72b9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a802aa - Browse repository at this point
Copy the full SHA 1a802aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20bbea6 - Browse repository at this point
Copy the full SHA 20bbea6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd7a2a1 - Browse repository at this point
Copy the full SHA fd7a2a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d5866d - Browse repository at this point
Copy the full SHA 1d5866dView commit details
Commits on Nov 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 51027b9 - Browse repository at this point
Copy the full SHA 51027b9View commit details -
If usb ftdi was not found and program was closed an windows exception was thrown. Closing the usbDeviceCollection and usbContext before leaving the program solve the problem.
Configuration menu - View commit details
-
Copy full SHA for 08a5337 - Browse repository at this point
Copy the full SHA 08a5337View commit details -
Configuration menu - View commit details
-
Copy full SHA for c13b464 - Browse repository at this point
Copy the full SHA c13b464View commit details
Commits on Nov 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5f1271b - Browse repository at this point
Copy the full SHA 5f1271bView commit details -
show streaming and recording indicator
on request of an OM I implemented streaming and recording indicator at streaminfo.
Configuration menu - View commit details
-
Copy full SHA for 2db7f06 - Browse repository at this point
Copy the full SHA 2db7f06View commit details
Commits on Nov 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fed5de8 - Browse repository at this point
Copy the full SHA fed5de8View commit details -
use beacon QRG - offset to setup first tuning QRG
This will respect a changed default offset in settings.
Configuration menu - View commit details
-
Copy full SHA for 912c9b1 - Browse repository at this point
Copy the full SHA 912c9b1View commit details