Change the processing order within a network
-
What solution is offered to me if I want to change the FX order within a network?
The network is meant to be compiled so no direct node access is allowed to me...Perhaps send/receive nodes but since they are introducing latency...
-
@ustk yeah there's currently nothing in scriptnode that allows a reordering (except for actually reordering the nodes). Usually the dynamic chaining takes place on the module level, where you can pass in an array with the processing order and it takes care of everything.
Can you rearrange the DSP to individual nodes, then use the module-level reordering with one hardcoded FX module per block?