You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create a Wwise effect plugin for variable delay using vd~.
It seems to work ok but as soon as the input signal stops, the effect stops as well.
I expected it to have a "tail" such as the classic Wwise delays / reverbs.
Am I doing something wrong ?
Thanks !
Clément.
The text was updated successfully, but these errors were encountered:
hi @cduquesne I don't think you're doing anything wrong. Right now the plugins will stop processing completely when the stop event from Wwise is sent.
I think the way to support this will require a bit of thinking on our end. You'll probably have to send a message out from the patch to tell Wwise that you want to (continue?/) stop processing the plugin. I'll take a look as soon as I can!
Hi !
I'm trying to create a Wwise effect plugin for variable delay using vd~.
It seems to work ok but as soon as the input signal stops, the effect stops as well.
I expected it to have a "tail" such as the classic Wwise delays / reverbs.
Am I doing something wrong ?
Thanks !
Clément.
The text was updated successfully, but these errors were encountered: