13
0

add comment about threading for time/pitch dialog

This commit is contained in:
Paul Davis 2016-02-22 10:28:49 -05:00
parent e98553edfa
commit 03ecf6cecd

View File

@ -224,6 +224,11 @@ TimeFXDialog::start_updates ()
void
TimeFXDialog::update_progress_gui (float p)
{
/* time/pitch FX are applied in a dedicated thread, so we cannot just
update the GUI when notified about progress. That is deferred to a
timer-driven callback which will ensure that the visual progress
indicator is updated.
*/
progress = p;
}