-
Notifications
You must be signed in to change notification settings - Fork 0
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
Need a better understanding of the categories in the Json files. #3
Comments
Hey @patrick-keogh! Great that you're working on a pretty-printer for this :) and thanks for sharing your translation dictionary with us. About the L and P letters, I think that they stand for Line (the RCA connectors input) and Player (the built-in music player), but I'm not 100% sure of course. These just make sense in my mind 😉 Good luck with your pretty-printer and happy coding! |
Thanks, as I expected it was "obvious".
Here is the basics of the pretty printer, feel free to use as CC.
Patrick
…On Sat, 24 Jun 2023 at 01:28, Motte ***@***.***> wrote:
Hey @patrick-keogh <https://github.com/patrick-keogh>! Great that you're
working on a pretty-printer for this :) and thanks for sharing your
translation dictionary with us.
About the L and P letters, I think that they stand for *Line* (the RCA
connectors input) and *Player* (the built-in music player), but I'm not
100% sure of course. These just make sense in my mind 😉
Good luck with your pretty-printer and happy coding!
—
Reply to this email directly, view it on GitHub
<#3 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMXQFXD5HQGY3OOIMDVANJLXMWYZ3ANCNFSM6AAAAAAZRKXDOA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Final version. It now prompts for which category you want to see and does
some minimum formatting.
…On Sat, 24 Jun 2023 at 13:42, Patrick Keogh ***@***.***> wrote:
Thanks, as I expected it was "obvious".
Here is the basics of the pretty printer, feel free to use as CC.
Patrick
On Sat, 24 Jun 2023 at 01:28, Motte ***@***.***> wrote:
> Hey @patrick-keogh <https://github.com/patrick-keogh>! Great that you're
> working on a pretty-printer for this :) and thanks for sharing your
> translation dictionary with us.
>
> About the L and P letters, I think that they stand for *Line* (the RCA
> connectors input) and *Player* (the built-in music player), but I'm not
> 100% sure of course. These just make sense in my mind 😉
>
> Good luck with your pretty-printer and happy coding!
>
> —
> Reply to this email directly, view it on GitHub
> <#3 (comment)>, or
> unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AMXQFXD5HQGY3OOIMDVANJLXMWYZ3ANCNFSM6AAAAAAZRKXDOA>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
Hey Patrick, sorry but I can't see it. Are you trying to send it via e-mail attachment? I'm afraid it doesn't work in GitHub. I guess you'll have to create a public repo or gist to share your code |
… On Sun, 25 Jun 2023 at 17:11, Motte ***@***.***> wrote:
Hey Patrick, sorry but I can't see it. Are you trying to send it via
e-mail attachment? I'm afraid it doesn't work in GitHub. I guess you'll
have to create a public repo or gist to share your code
—
Reply to this email directly, view it on GitHub
<#3 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMXQFXBCXT6CRNYC2XYGAGDXM7QB7ANCNFSM6AAAAAAZRKXDOA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I have built a much less ambitious pretty printer for the Uixx Json files.
Most of the key names are pretty obvious, but some elude me.
As a translation dictionary I have:
{"i":"Input ", "a":"Aux ", "f":"FX ", "s":"Subgroup ", "l":"L", "m":"Master", "p":"P"}
So what do "l" and "p" stand for? Happy if you can offer any advice (and prepared for a "DOH" moment.
The text was updated successfully, but these errors were encountered: