We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93f9ce2 commit 4ce31bfCopy full SHA for 4ce31bf
Plugins/BandpassFilter/BandpassFilter.cpp
@@ -206,7 +206,7 @@ void BandpassFilter::parameterValueChanged (Parameter* param)
206
(*getDataStream (currentStream))["low_cut"],
207
(*getDataStream (currentStream))["high_cut"]);
208
}
209
- else if (param->getName().equalsIgnoreCase ("Threads"))
+ else if (param->getName().equalsIgnoreCase ("threads"))
210
{
211
if (threadPool->getNumJobs() > 0)
212
0 commit comments