Forums Qtractor I think we had the same with Insert Sends. When I move or copy an audio Aux send from one bus to another then its destination is set to "(none)" instead of preserving the old destination. re. Moving/copying Aux Send from audio bus to audio bus... yes, and that's entirely intentional it goes like that ever since the xbuses2 feature inception... remember? Reply re. Moving ... I must have missed that but I see that this behaviour is a simple and reliable way to avoid the danger of loops without re-coding the same logic that applies when an Aux Send's destination is selected. Works for me. Reply 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 Add new comment Your name Email The content of this field is kept private and will not be shown publicly. Homepage Subject Comment About text formats Text format Markdown Filtered HTML Plain text Markdown Parses markdown and converts it to HTML. Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type='1 A I'> <li> <dl> <dt> <dd> <h2 id='jump-*'> <h3 id> <h4 id> <h5 id> <h6 id> <img src alt height width> <strike> <pre> <p> <br> Lines and paragraphs break automatically. Filtered HTML Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <b> <i> <pre> <img src alt height width> <strike> Lines and paragraphs break automatically. Web page addresses and email addresses turn into links automatically. Plain text No HTML tags allowed. Lines and paragraphs break automatically. Web page addresses and email addresses turn into links automatically. File attachments Add a new file Unlimited number of files can be uploaded to this field.2 MB limit.Allowed types: jpg jpeg gif png txt doc docx xls xlsx pdf ppt pps odt ods odp zip gz bz2 xz patch diff wav ogg flac ogv mp4 qtz. Leave this field blank Add new comment
re. Moving/copying Aux Send from audio bus to audio bus... yes, and that's entirely intentional it goes like that ever since the xbuses2 feature inception... remember? Reply
re. Moving ... I must have missed that but I see that this behaviour is a simple and reliable way to avoid the danger of loops without re-coding the same logic that applies when an Aux Send's destination is selected. Works for me. Reply
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
re. Moving/copying Aux Send from audio bus to audio bus...
yes, and that's entirely intentional
it goes like that ever since the xbuses2 feature inception...
remember?
re. Moving ...
I must have missed that but I see that this behaviour is a simple and reliable way to avoid the danger of loops without re-coding the same logic that applies when an Aux Send's destination is selected.
Works for me.
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, usepNewPlugin->setConfigs(pPlugin->configs());.But it's probably not easy or clean to check the loop from there. :)
Anyway, it's a minor inconvenience.
Add new comment