added log message

This commit is contained in:
Jared Bruni
2021-08-28 20:18:10 -07:00
parent ee57b5e0ee
commit def585f0c2
3 changed files with 10 additions and 0 deletions

View File

@@ -159,6 +159,13 @@ unsigned long Playback::allocatedFrames() {
}
unsigned long Playback::getMaxAlloc() {
mutex.lock();
unsigned long l = ac::getMaxAllocated();
mutex.unlock();
return l;
}
void Playback::setWaitColorLevel(int w, int l) {
mutex.lock();
ac::setVariableWait(w);