Built-In Multi-byte calculations

Discuss Lemur and share techniques.
Post Reply
Mr_X
Newbie
Posts: 12
Joined: 12 Mar 2015 19:47

Built-In Multi-byte calculations

Post 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?
Mr_X
Newbie
Posts: 12
Joined: 12 Mar 2015 19:47

Re: Built-In Multi-byte calculations

Post by Mr_X »

I guess not?
Post Reply