This commit is contained in:
Jared Bruni
2021-09-01 10:46:10 -07:00
parent 739315640a
commit f2e03e0bf0
14 changed files with 2188 additions and 0 deletions

View File

@@ -267,9 +267,11 @@ void Playback::setPref(int thread_count, int intense) {
}
void Playback::setIndexChanged(std::string value) {
mutex.lock();
prev_filter = current_filter;
current_filter = filter_map[value];
alpha = 1.0;
mutex.unlock();
// here:
//ac::release_all_objects();
}