Minimum framesPerPeriod() effect decay#4291
Minimum framesPerPeriod() effect decay#4291zonkmachine wants to merge 1 commit intoLMMS:stable-1.2from
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();