Interim checking, Convolution Reverb

This commit is contained in:
Robin Davies
2023-04-05 03:00:51 -04:00
parent ed1dc75c53
commit b83ba7ca94
115 changed files with 7643 additions and 3055 deletions
+2
View File
@@ -23,6 +23,7 @@
*/
#include "pch.h"
#include "util.hpp"
#include <bit>
#include <memory>
#include "ss.hpp"
@@ -1367,6 +1368,7 @@ namespace pipedal
}
void AudioThread()
{
SetThreadName("alsaDriver");
try
{
#if defined(__WIN32)