View Single Post
Old 10-31-2018, 09:03 AM   #92
nofish
Human being with feelings
 
nofish's Avatar
 
Join Date: Oct 2007
Location: home is where the heart is
Posts: 12,093
Default

Quote:
Originally Posted by juliansader View Post
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.
Thanks.
As I'm doing something similar currently (linked above) one more question if you don't mind..
Is it correct that say EEL scripters are then required to provide arrays to these functions strictly in the reaper.array format (i.e. as you said first 64bits which give the max allocated size and currently used size as two 32bit ints) as otherwise determing the array size would fail, no?
nofish is offline   Reply With Quote