mirror of
https://github.com/vale981/VoiDPlugins
synced 2025-03-05 09:11:38 -05:00
Update Reconstructor to use FilterStage.PreInterpolate
This commit is contained in:
parent
8e8bb211ff
commit
79f7f90d17
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
Subproject commit a23ab0d4e04e4ee51cb1416c4a4afb2f15c9a9ef
|
||||
Subproject commit 905c0376fd9423558aff23e7608d7a0aa0012144
|
|
@ -111,6 +111,6 @@ namespace VoiDPlugins
|
|||
private int window;
|
||||
private double weight;
|
||||
|
||||
public FilterStage FilterStage => FilterStage.PreTranspose;
|
||||
public FilterStage FilterStage => FilterStage.PreInterpolate;
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue