mirror of
https://github.com/vale981/VoiDPlugins
synced 2025-03-05 09:11:38 -05:00
Remove Reverse MA
This commit is contained in:
parent
52978b4f2e
commit
7b41edb855
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue