Update NAM core. Switch to new simplified NAM process method.

This commit is contained in:
Mike Oliphant
2023-10-06 11:51:30 -07:00
parent 52810a3f9c
commit b22f02c84e
3 changed files with 3 additions and 6 deletions
-2
View File
@@ -75,8 +75,6 @@ namespace NAM {
std::string currentModelPath;
recursive_linear_filter::HighPass mHighPass;
std::unordered_map<std::string, double> mNAMParams = {};
Plugin();
~Plugin();