improved effects signalling

This commit is contained in:
itsmattkc
2018-08-15 08:52:34 +10:00
parent aa1096d86a
commit e19eb0f54c
22 changed files with 176 additions and 93 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ void AudioSenderThread::run() {
lock.lock();
while (true) {
msleep(20);
msleep(15);
if (close) {
break;
} else if (panel_timeline->playing) {