parameter smoothing

This commit is contained in:
Mike Oliphant
2023-05-11 11:26:37 -07:00
parent 0de36a5d8a
commit 10059d327c
2 changed files with 5 additions and 2 deletions
+2
View File
@@ -107,5 +107,7 @@ namespace NAM {
std::vector<double> dblData;
float m_rate;
float inputLevel = 0;
float outputLevel = 0;
};
}