@Christoph-Hart said in Passing Large Data Objects into ScriptProcessors:
@Lindon said in Passing Large Data Objects into ScriptProcessors:
I predict that at some point in the future someone is going to ask for a way to pass a large data blob into a ScriptProcessor..... :-)
And I predict that I will respond to it in the same way. Some things can be changed, but this is not the case here, the API needs to be as fast as possible so I can't switch it to a var value.
So maybe an alternative, not using scriptProcessor.setAttribute but say scriptProcessor.setPanelData(PanelId, DataBlob)