HISE_UPDATE_CONVOLUTION_DAMPING_ASYNC
-
Any ideas about this commit?
- added HISE_UPDATE_CONVOLUTION_DAMPING_ASYNC preprocessor to disable async IR recalculation
-
@JulesV This is what it says in the code comment
/** Config: HISE_UPDATE_CONVOLUTION_DAMPING_ASYNC
-
If enabled, it will update the convolution damping asynchronously.
-
This allows a knob / slider to continously update the damping while dragging
-
so it won't clog the UI thread. However there are a few cases where this changes
-
the execution order when switching the IR / setting the sample range (which is always
-
synchronously executed) so if you group these actions together disable this.
*/
-
-
@d-healey Thans for the clearification.
From what I understand, while the Damping parameter is tweaked, the IR sample length (damping) will be updated continuously without any mute interruption. If so, that's great news.