Copy table values between tables
-
So I have a "simple" UI that shows a filter and its LFO modulator - which can be set to "custom" and I allow the user to "draw" their own LFO shape - but down the back end I have several Filters(with modulators) that I want to apply this "shape" to. Is there a way to do this?
is that what this is for?
myTable.connectToOtherTable()
?
Can I do this?
myTable.connectToOtherTable(mySecondTable);
myTable.connectToOtherTable(myThirdTable);
myTable.connectToOtherTable(myFourthTable);..and have it update all tables?
-
@Lindon I think you can use a table data object for this.
-
@d-healey great - can you point me at the documentation for this?
-
https://docs.hise.audio/scripting/scripting-api/engine/index.html#createandregistertabledata
I'll make a snippet for you in a little while if you need one, I'm just a bit busy at the moment.
-
@d-healey - no let me start with the documentation and I'l call if I'm drowning...