How to Connect ScriptNode Table to HISEscript Table?
-
Does anyone know how I can connect a HISEscript table to a ScriptNode table?
Ideally, I'd then be able to do the standard operations, including loading and saving the table, to the HISEscript table, and the changes would be synched inside the ScriptNode table.
I've added the external slot…
And I have the table in HISEscript…
Cheers!
-
const var tableObject = Synth.getTableProcessor("Script FX1").getTable(0);
-
@Christoph-Hart Thanks, man!
-
-