-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Minimum framesPerPeriod() effect decay #4291
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
Conversation
The time returned by |
Correct. Simple calculation gives 1.486s for the buffer size of 256. I guess it's too long for minimum value.
Agreed.
That's more straightforward. I think it should be at least 50ms ~ 100ms(delay and/or dynamic processors may need longer time though). |
Already implemented. That's the setting named Keep effects running even without input. |
Thanks! I forgot about that. I don't know if it'd be better to allow changing that per effect. |
I tried a minimum of 100ms but could still replicate the issue with some bpm settings. Maybe make 'Keep effects running even without input' default on? |
👍 |
So, something like:
to
|
|
In response to #4284
Increase the 1 minimum frame to
Engine::mixer()->framesPerPeriod();