Container signal flow
-
I have a master container with an Audio Loop Player in it. I also have 2 child containers Child Container1 and Child Container2. I read in the documentation that the signal flow is as such:
Master Container FX > Child Container1 and Child Container2 in parallel.
I am not getting any signal flowing through either Child Container. How do you get signal to flow from the Audio Loop Player in the Master Container into the Child Containers?
-
Can you show a screenshot of your module tree so I understand correctly?
-
@d-healey Here's a snippet.
HiseSnippet 937.3oc6XE0aaaCDlL1pqNsaXsnXXuL.8vdHEnKvJqqc.6glDG6Bi0jXDk1s2JXkNaSDJRMJJmYLr+a6mv9oz+AaGkbhj1zb0z5VAVsevv2c7r93c22mH3DsJ.RRTZBs24KiAB81N9Kkl4Cly3Rx3iHzOyYfRZPKP65ymIYB2QB0ktd61e29jCWFyRRfPBk14o1Tn85Rx975mbHSvjAPgKB4EJd.7LdD2T3cx9eKWHFwBgy4QkV8C2ebfRNPIToH753zmDyBtfMCNgYW1VND5MFFxMJsugYfDB04PU3R+4pKk4q+E7D9qDf0vi3i+Q4tGoDgVDa+8oK.8BNbYYejAy4hvIWUZRHD5GLonP0IuPcOmi4g7q8WTv93r.tEYTtFQ2pJj6VAxduYH6UG7nkfW2b3cGG+.MO1TDwhsa4LVZ.8TF1VJCq70Rn+RVyFjlciXW.iznw0Iryi52+At3W2+allJCLbkzUIOQYfSk6b+s+os6s8Ous6eLzzo0Fy9XzJg.z0F1NInWWh6HSidEnef6BlHEtdg31uZ88FMq9FjuqKsPkbrjaNMFVYu9N.YUYC+0yGeDyvrMkU9v0ECZC2BG5QvBjAj2h54bDjbgQEibf+T+CmhTgoBlo5nkkisJ.VOpzCsMJYB2rrLG7uw7V+FOu0T3dGmIbSv75w6V0fWrp8uMdWwd+PmgSmBAlBv10Yz22VpZ6fxGkCka43ihqYptY.4Sxrc+N1Bv8o.J6ZKpdqQo8WapRabiUZOMvfO9y0LYRrJoxerODwOWIsUjBmOOAEKfe3LaWtr+AJlt1Pu9IivMYs43yLo5rwkChToRSkwiNsR9rJqoz5qQKs66.o929Tu+4JEcZFbeCuMp2UXzmGEKfgxEf.kCyv3cQ8uorTg4Ju6UAkGqjp34JIOn7DvYfQymMCzkwdsanCLF77BEdt29mABfUdZ9y2+Y3THSi0Ink0BulWKVW+5ScxgqqkY59+CE9NuepvelJ0vkyNlgCp+HdnzSRi7Qg0..QhTBB6AUoaYEGys6asyUVkgYF+F9YUPOqMcUPuqBVd6dy+hyse6hys6813X5M+kGqWjtQGKeit7lSvsge2T98dua42cZF+dCmdCm98YN8+EOiHVfV8xf76HwxvtYlGbeKytzrdNGasc8HY2aBlmi8V7hPl0KCBrk6u.qO0mydsHmurE47vVjyW0hbdTKx4wsHmuds4XE0NH0nhxohniICyt.IJcnjgSxYS8jeGNXkuMA
It has a Master container with a Sine wave generator, and two other containers in the Master container that are not getting signal from the sine wave generator.
-
@TNTHM that's what on parrallel means here...
-
@Lindon I think I understand. So the sine wave generator is on the same level as the child containers and therefore does not send signal through them because it is being processed in parallel with them?
-
@TNTHM Yes. It's a tree structure, so the flow goes from the inner modules to the outer modules (except with send containers and global cables and some other things) :)
-
@TNTHM said in Container signal flow:
@Lindon I think I understand. So the sine wave generator is on the same level as the child containers and therefore does not send signal through them because it is being processed in parallel with them?
yes. What are you hoping to do with the audio from the sine wave generator?
-
@d-healey got it. Thank you.
@Lindon I am just trying to figure out how things work. I thought logically the signal would flow through the inner containers so when I came across this situation I was confused. I was looking to test parallel compression, normal signal through one container and heavy compression signal through the other container.
-
@TNTHM use script node fx...