please do remind of the acyclic note above
you cannot aux-send to a bus that already has another aux-send to it(self): that's exactly what is a cyclic scenario, which is to avoid at all times: yes, it will lead to the proverbial undefined behavior (and it seems you already noticed it:))
however, latest xaudio-bus-aux branch head has this already coped, by not letting you select an aux-send bus that is targeting the audio output bus where an aux-send being currently edited is inserted.
ps.remember that this highly experimental branch (xaudio-bus-aux) is in flux... please do something like the following often:
git reset --hard origin/xaudio-bus-aux
instead of just a normal git pull...
I'm counting on all of you to assess this all new functionality, thanks
cheers
please do remind of the acyclic note above
you cannot aux-send to a bus that already has another aux-send to it(self): that's exactly what is a cyclic scenario, which is to avoid at all times: yes, it will lead to the proverbial undefined behavior (and it seems you already noticed it:))
however, latest xaudio-bus-aux branch head has this already coped, by not letting you select an aux-send bus that is targeting the audio output bus where an aux-send being currently edited is inserted.
ps.remember that this highly experimental branch (xaudio-bus-aux) is in flux... please do something like the following often:
instead of just a normal
git pull
...I'm counting on all of you to assess this all new functionality, thanks
cheers