Fix strings parameters corrupted in opcode spec work

This commit is contained in:
Jean Pierre Cimalando 2021-02-25 01:26:12 +01:00
parent dc16470dda
commit 81f54f98f2

View file

@ -116,7 +116,7 @@ namespace fx {
auto outputR = absl::MakeSpan(outputs[1], nframes);
absl::Span<float> 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);