Currently I’m using way to many engine COMPs , as each instance can only load one tox file. And often those engine instances have enough headroom to do more work.
And my tox files often might require other tox files/libraries (TDpip, Tweener, you name it) to be present in the same engine instance. Currently I have to pack all these into an additional tox and load that one into my engine COMP
Therefore it could be great if we could dynamically add new tox file/reload parameters (much like it works in the new layermix TOP)