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?
Built-In Multi-byte calculations
Re: Built-In Multi-byte calculations
I guess not?