Module order of processing and signal chain.
-
The order is always top-down as you see it in the module tree with the single exception of the FX modules of a container being rendered after its child sound generators (so if you have a sine generator in the master chain and a reverb in the master chain, it will process the sine output through the reverb).
When it comes to the FX chain, there are polyphonic and monophonic effects and polyphonic effects are always rendered before the monophonic FX (aka Master FX), but this is reflected in the Module Tree (if you add a Filter after a Phaser it will jump to the top).
-
@Christoph-Hart When you're doing the next batch of doc updates, everything you just said, should go in, if it isn't already.
-
@Christoph-Hart This makes sense. Thank you! Is there a way to reorder fx modules once added?
-
@WaterSpoon Click the pencil icon in the top left, then you can click and drag the modules around. It's a bit finicky, especially if you have a lot of modules, but it gets the job done.
-
@d-healey Thank you David. I am using the Master HISE build was this added in Develop? I can drag the interface items around in the interface editor. but in the module tree I am not finding this feature. I can select the module both fx's and signal generators but they do not move.
-
@WaterSpoon said in Module order of processing and signal chain.:
was this added in Develop
Probably
-
@d-healey Got ya. Thank you!!!
-
@Christoph-Hart I'm assuming you mean top-down within a container, not the containers themselves?
In this module tree, I don't see how the fx_OUTPUT_Limiter_Master_PS (i.e., a stock HISE dynamics processor) could render before the Sampler container?
-
@clevername27 said in Module order of processing and signal chain.:
could render before the Sampler container?
I think that's what he meant by
the single exception of the FX modules of a container being rendered after its child sound generators
So the audio goes from the sound generator, up into the container and then down through the container's fx chain.
-
@d-healey Cheers - thanks.
-
@d-healey To follow up - yes the drag and move modules was in the develop. All set with that. Thank you.
-
@WaterSpoon sidenote: you pretty much always want to be building with the
develop
branch, since it's quite a few commits ahead of master -
-