Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wwise Fx Plugin 'tail' support #247

Open
cduquesne opened this issue Feb 12, 2018 · 2 comments
Open

Wwise Fx Plugin 'tail' support #247

cduquesne opened this issue Feb 12, 2018 · 2 comments
Labels

Comments

@cduquesne
Copy link

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.

@diplojocus
Copy link
Contributor

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!

@cduquesne cduquesne reopened this Feb 12, 2018
@cduquesne
Copy link
Author

Oh ok, i guess this will be much appreciated for any kind of custom delays/reverbs :)
Thanks anyway for the quick answer, looking forward to it !

@diplojocus diplojocus changed the title vd~ effect has no "tail" Wwise Fx Plugin 'tail' support Feb 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants