Page 1 of 1

Keep synth or reverb tail after preset change

Posted: 28 May 2021, 02:08
by Ariajazz
This is the situation. I have a Synth in a patch that is turned on and off by a preset manager. When the peset manger turns off the patch the tail of a synth or a reverb is cut abruptly. I would like to find a way to preserve that tail until it dissapears and then turn off the patch that contains the synth/reverb. The idea of turning off the patch is to reduce CPU usage since it is not being used.

Re: Keep synth or reverb tail after preset change

Posted: 28 May 2021, 07:11
by rlgsbt
You should use 2 items of the same patch (or duplicate the rack).
Another way is possible - but only for reverb - you do not use the reverb from your synth, and you send the synth audio output in another reverb plugin.

Re: Keep synth or reverb tail after preset change

Posted: 28 May 2021, 22:04
by Ariajazz
Hi. thanks for your reply. For the reverb is like using a reverb bus and send the dry signal to it. But wat about the the tail of a long release synth? I was thinking on using a milisecond counter that could turn the patch off after the tail fades and disappears completely. Could you please be more explanatory about "You should use 2 items of the same patch (or duplicate the rack)."?

Any other ideas are welcome

Re: Keep synth or reverb tail after preset change

Posted: 29 May 2021, 12:12
by joffo78
Hello Arialjazz .
May be you can use this strategy
vst bypass example.rack
(184.31 KiB) Downloaded 631 times

Re: Keep synth or reverb tail after preset change

Posted: 29 May 2021, 12:35
by rlgsbt
The joffo78's example is nice.
I was thinking about someting easier. You have the same plugin on 2 different racks, with different presets. When you turn on the second rack/preset, the first one is still playing with its reverb tail. You can had another patch to stop midi in when the pther rack is playing.
Capture d’écran 2021-05-29 123352.jpg
Capture d’écran 2021-05-29 123352.jpg (24.69 KiB) Viewed 7702 times

Re: Keep synth or reverb tail after preset change

Posted: 13 Aug 2021, 10:58
by cmodica
Did you try with a long fade between presets ?

Re: Keep synth or reverb tail after preset change

Posted: 11 Sep 2021, 15:57
by Ariajazz
Hi cmodica. What do you mean by long fade between presets? Could you be more explanatory please?

Re: Keep synth or reverb tail after preset change

Posted: 15 Sep 2021, 00:54
by woodslanding
Thanks for this, joffo.

The env follower solution seems ideal to me. Probably takes more CPU, so I'll have to wait for my new computer to implement it. But it will hopefully solve the problem of not hearing tails when disabling a patch (and then hearing them when I re-enable it!)

Oh wow, looking further, it automatically disables any time the level reaches zero, and then re-enables the next time it sees MIDI? Excellent!!! Well done!

Re: Keep synth or reverb tail after preset change

Posted: 16 Sep 2021, 09:48
by cmodica
What do you mean by long fade between presets? Could you be more explanatory please?
If you right click on the preset module, you can see the "global fade duration".
PRESET FADE.jpg
If you right click on a preset in the list of preset, you can see the "fade duration" for each preset
PRESET FADE-2.jpg
So, you can for exemple fade from wet to dry in a long time and it didn't cut the tail of the sound abruptly.
Or you can disable the "Audio In" in the second preset and let the the reverb tail die.

I hope it helps, but it is possible that i didn't understand your problem.