This commit is contained in:
Jared Bruni
2021-08-22 00:52:51 -07:00
parent c8ec07cdc3
commit 1341656c6f
21 changed files with 143074 additions and 17 deletions

View File

@@ -203,7 +203,9 @@ void Playback::setSubFilter(int index) {
}
void Playback::setSingleMode(bool val) {
mutex.lock();
single_mode = val;
mutex.unlock();
}
void Playback::setRGB(int r, int g, int b) {