Remove Reverse MA

This commit is contained in:
X9VoiD 2020-12-28 14:54:33 +08:00
parent 52978b4f2e
commit 7b41edb855

View file

@ -25,7 +25,9 @@ namespace VoiDPlugins.Filter
[Property("EMA Weight"), ToolTip
(
"Default: 0.35\n\n" +
"Defines the weight of the latest sample against previous ones [Range: 0.0 - 1.0]"
"Defines the weight of the latest sample against previous ones [Range: 0.0 - 1.0]\n" +
" Lower == More hardware smoothing removed\n" +
" 1 == No effect"
)]
public double EMAWeight
{