From 887bbfc118d00914fab57ccf75e8767aaf1db719 Mon Sep 17 00:00:00 2001 From: Dave Benham Date: Sun, 24 Nov 2024 16:44:12 -0500 Subject: [PATCH] Change default oversample filter order to 10 --- src/VCOUnit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VCOUnit.cpp b/src/VCOUnit.cpp index c16aa84..4d609fb 100644 --- a/src/VCOUnit.cpp +++ b/src/VCOUnit.cpp @@ -72,7 +72,7 @@ struct VCOUnit : VenomModule { bool alternate = false; bool aliasSuppress = false; using float_4 = simd::float_4; - int oversample = -1, oversampleStages = 3; + int oversample = -1, oversampleStages = 5; std::vector oversampleValues = {1,2,4,8,16,32}; OversampleFilter_4 expUpSample[4]{}, linUpSample[4]{}, revUpSample[4]{}, syncUpSample[4]{}, shapeUpSample[4]{}, phaseUpSample[4]{}, offsetUpSample[4]{}, levelUpSample[4]{},