Built-In Multi-byte calculations
Posted: 14 Mar 2015 00:22
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?
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?