re. re. Moving Hello to both of you: Although it is true that from a usability point of view, it is smoother if it only resets when necessary, that is, when there is a loop. Right after pAudioAuxSendPlugin->freezeConfigs(), check the loop, and if it's not there, use pNewPlugin->setConfigs(pPlugin->configs());. But it's probably not easy or clean to check the loop from there. :) Anyway, it's a minor inconvenience. Reply
Hello to both of you:
Although it is true that from a usability point of view, it is smoother if it only resets when necessary, that is, when there is a loop.
Right after
pAudioAuxSendPlugin->freezeConfigs(), check the loop, and if it's not there, usepNewPlugin->setConfigs(pPlugin->configs());.But it's probably not easy or clean to check the loop from there. :)
Anyway, it's a minor inconvenience.