heyjaywilson / artnet-converter

App to convert universe to artnet
https://maeganwilson.github.io/artnet-converter/
2 stars 0 forks source link

Hex code for ma2 #38

Closed mquince closed 4 years ago

mquince commented 4 years ago

On ma2 to enter artnet you need to use hex code. I.e. 1,2,3....7,8,9,A,B,C,D,E,F

Could you add a mode that allows calculations for this?

aarondluke commented 4 years ago

I second this request

heyjaywilson commented 4 years ago

I'll look into adding this. So instead of showing artnet subnet and universe, the answer would show hex values? I'm not a MA user at all, so I just want to make sure I'm thinking right.

Is this correct @aarondluke and @mquince?

aarondluke commented 4 years ago

Maegan,

Thanks for getting back to me.

Kind of. So the way MA2 shows Artnet subnet and universe values are as hex values rather than decimal. So if it’s (decimal) Artnet subnet 10, universe 27, MA2 would show/look for that to be inputed as (hex) subnet A, universe 1B.

Edited by Maegan to take out your phone number

heyjaywilson commented 4 years ago

So instead of showing decimal for artnet subnet and artnet univese, is show those 2 separate hex values? That makes implementation a little bit easier... not as much rewriting/designing.

aarondluke commented 4 years ago

Correct, two separate values, each as hex.

Edited by Maegan to take out your phone number

heyjaywilson commented 4 years ago

Great! I’ll work on this more! Thanks for letting me know about this.

heyjaywilson commented 4 years ago

This has been implemented. Sending to App Store for an update soon. Going to close the issue.