Signal Flow
-
If audio doesn't automatically flow from container down to the next container, Is there a simple signal flow diagram?
-
@tod-slaughter HISE is a tree structure so the signal flows from child to parent (except when using global modulators).
Although the structure is a tree, it must be flattened before the actual sound rendering (so that every module is processed top down). You can safely assume that a module will be processed before its following siblings (otherwise you would not be able to control the signal flow for eg. effects).
https://forum.hise.audio/topic/78/the-global-modulator-system -
@d-healey once again thank you. And you've also helped me see how to add a module before the current one.
So, in that case simple send fx should go in the same container but on different channels, with their own simple gain and then summed to stereo back at the top.
-
See also here:
Adding Send FX
it might be useful to put these (working) examples in the documentation area?
Forum (forum.hise.audio)
-
Right, thanks all, got it now.