Hi,
is there a way to tell from the DSP thread, if the UI dialog is active?
Thanks,
Hermann
Hi,
is there a way to tell from the DSP thread, if the UI dialog is active?
Thanks,
Hermann
As nobody ever answered this question, here is my own answer :
if (GetUI()) {
// here comes the code, which must be executed if the UI dialog is active (like preparing data for presentation)
}