flash - converting this unknown data (perhaps hex) to actual numbers in action script 3 -


I put it out (each line is a different element) and I do not know how to change it readable value.

RA ®

RA ®

, r

a «

äL

One ??:

This should be a number with 9-10 digits. In other sites I have seen about this specific data (this is the value of speed in the MIDI file) - something like this looks like: "tempo 06 9 27 27 (in hex format)"

In The values ​​are byte array type. How can I convert them to readable numbers (or maybe they are in text)?

Try ByteArray.readFloat () / readInt () / readDouble () Depends on the basis of each number

Comments