Passing array from a script to SNEX/JIT node
-
@Christoph-Hart Is there a way to pass an array/lookup table to a SNEX node?
Like an array of number, but objects would be better{"property":value}
Or a 2 dimensional array if no objects... -
Do you want a compile-time constant look up table or does it need to be dynamic?
-
@Christoph-Hart Dynamic. The interface updates the lookup table and should pass it to snex
-
Yeah that‘s incredibly complicated because it has to work on three layers (interpreted scriptnode , JIT compiled SNEX and hardcoded C++). In the end this will be possible but I haven‘t found a definitive solution yet.
-
@Christoph-Hart Oh I see...