diff --git a/src/sfizz/effects/Strings.cpp b/src/sfizz/effects/Strings.cpp index 2ef50f7c..070496ec 100644 --- a/src/sfizz/effects/Strings.cpp +++ b/src/sfizz/effects/Strings.cpp @@ -116,7 +116,7 @@ namespace fx { auto outputR = absl::MakeSpan(outputs[1], nframes); absl::Span wet = _tempBuffer.getSpan(2).first(nframes); - sfz::fill(wet, 0.01f *_wet); // TOD strings_wet_oncc modulation... + sfz::fill(wet, _wet); // TOD strings_wet_oncc modulation... sfz::copy(inputL, outputL); sfz::copy(inputR, outputR);