View Single Post
Old 10-31-2018, 07:04 AM   #90
juliansader
Human being with feelings
 
Join Date: Jul 2009
Posts: 3,714
Default

Quote:
Originally Posted by nofish View Post
A question that came up (for me) here:

E.g. JS_MIDIEditor_ArrayAll() is listed in the API doc to take a reaper.array as argument, but reaper.arrays are only available in Lua (afaik), so does this work for the other scripting languages too?
All the "Array" functions have "List" equivalents, which save the information in strings rather than reaper.arrays.

I'm not really familiar with EEL, but AFAIK reaper.arrays are simply 64bit double arrays, except for the first 64bits which give the max allocated size and currently used size as two 32bit ints, so any language that can read/write such constructs, should be able to use reaper.array functions.

Last edited by juliansader; 10-31-2018 at 07:10 AM.
juliansader is offline   Reply With Quote