martinbradford / 101Cats

Distribution point for 101Cats deliverables
1 stars 0 forks source link

Notch on Sub-VFO problem #4

Open JoeDaring opened 5 months ago

JoeDaring commented 5 months ago

Discussed in https://github.com/martinbradford/101Cats/discussions/3

Originally posted by **JoeDaring** May 5, 2024 Hellò, Martin! Posted this on the Groups.io Thread, but better start using this new place... Just installed and quickly tested the last GitHub version... Looks like most thinghs are going smooth and, also, seems that some lock-ups I was observing, at least in my set-up and when using Virtual Ports, com0com and Omnirig, with Log4OM and WSJT-X Improved, are finally gone. One small quirk I observed is on the SUB VFO Notch... If you use the screen slider, all works fine... using the knob on the Radio makes 101Cats show a wrong value at the slider... Value seems to be: Notch Freq/10 (i.e. Notch set to 1500 Hz, value shown on screen 0150 Hz). Just take a look at it when you can. Thanks for all the efforts, OM. 73 de Joe, IW7ECJ
martinbradford commented 5 months ago

ok, got it - the parameter to the CAT command is tens of Hz, not Hz. When I process the slider movement, I divide by 10 before constructing the command but when I process the incoming Auto information message, I'm not multiplying by 10.

Fixed and tested in source - will be in the next release

martinbradford commented 5 months ago

Fixed in V1.0.9.1 uploaded 06/05/2024. Please check and close if satisfied