Connecting tables in scriptnode to the interface?
-
I would like to set some of the tables from my networks using an interface in one of the MIDI processors. Not the main UI but I believe the idea is the same.
How do I connect a ScriptNode table and the Table widget? Do I use createAndRegisterTableData?
I figure it has something to do with the external slots option for the scriptnode tables.
-
@aaronventure Add an external slot, then the UI table should be able to connect to it through processor ID.
-
@d-healey That is super simple. Thanks.
And the index should be
External Slot - 1
Any idea how I can now use setTablePoint() on the tables in the UI? I'd like to hardcore some stuff in.
-
@aaronventure The index will be 0 for the first slot, 1 for the second, etc.
You'd need to get a reference to the Table to set the table points, you can't do it directly on the ScriptTable