-
Notifications
You must be signed in to change notification settings - Fork 13
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
HF - Display VHF alias frequency #199
Comments
This is currently not a supported feature, we'd need to look into expanding our implementation of interfacing with the VATSIM audio network before providing this feature. @pierr3 this would require some sort of change to |
I’m not sure the API actually returns the frequency at all for aliases,
think we have to match by station name but will check
…On Sun, Nov 3, 2024 at 00:04 George Barlow ***@***.***> wrote:
This is currently not a supported feature, we'd need to look into
expanding our implementation of interfacing with the VATSIM audio network
before providing this feature.
@pierr3 <https://github.com/pierr3> this would require some sort of
change to APISession on afv-native to access the frequencyAlias key on
the incoming json from the AFV api as it currently passes through only a
string containing the name of the station and an unsigned int containing
the frequency from the frequency element on the json. Probably would be
worth while just defining a struct and replacing the int with that when
returning the std::pair.
—
Reply to this email directly, view it on GitHub
<#199 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAN7UK2QMAQ2OOYUA53PWGLZ6VLBNAVCNFSM6AAAAABRCAOZCCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJTGIYTQNZWGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Looks so good 😍 |
Looking great, would suggest it defaults back to HF frequency on leaving the hover zone but otherwise good solution |
It does by default show the HF and only on hover the VHF, but the user can click it to switch it around if they desire. |
@Adrian2k what is your take on the proposed UI fix above? Do you need both frequencies displayed at all times or is the bottom bar extended info sufficient? |
Either one is a good solution in my mind |
So in AFV you can see what VHF frequency is aliased to your HF frequency - this does not seem to be a feature in trackaudio
The text was updated successfully, but these errors were encountered: