Rebuild for More Outputs in my current build.
-
@ustk I think some type of window showing all modules and routing options would be great.
-
@ustk Wait till you find out that you can already do wonders if you create an empty ScriptFX and use the processBlock function.
Channel Routing with a Few Lines of Code
The routing matrix won't let you do anything you want elegantly (like Reaper, for example) and iterating big routings in Scriptnode can get messy. Set your d...
Forum (forum.hise.audio)
Also you can do a decent amount in ScriptNode. You have to hardcode the master matrix output, but you can use either of the two mentioned workflows to have flexible routing done in the last FX before the output.
-
@aaronventure Woah...
-
@aaronventure Oh cool, I wonder why I haven't thought about this simple "copy blocks to the next ones" solution, especially since I am already doing things in the
processBlock
... -
C Chazrox has marked this topic as solved
-
Ended figuring out some routing matrix api's finally and made this. Appreciate the help!