Page 1 of 1

Built-In Multi-byte calculations

Posted: 14 Mar 2015 00:22
by Mr_X
It's easy enough to create a function to convert numbers to their multi-byte MIDI equivalents, but I thought I'd check first to see if this sort of calculation is already built-in to Lemur Scripting?

e.g. decimal to 5-byte MIDI value conversions:
1023 = 00 00 00 07 7F
63 = 00 00 00 00 3F
-63 = 7F 7F 7F 7F 41

Is there a built-in function for this already?

Re: Built-In Multi-byte calculations

Posted: 17 Mar 2015 22:32
by Mr_X
I guess not?