diff --git a/src/sfizz/Voice.h b/src/sfizz/Voice.h index b1ff292a..a709eb58 100644 --- a/src/sfizz/Voice.h +++ b/src/sfizz/Voice.h @@ -252,9 +252,9 @@ private: * @param indices the integral parts of the source positions * @param coeffs the fractional parts of the source positions */ - template + template static void fillInterpolated( - const sfz::AudioSpan& source, sfz::AudioSpan& dest, + const AudioSpan& source, AudioSpan& dest, absl::Span indices, absl::Span coeffs); void amplitudeEnvelope(absl::Span modulationSpan) noexcept;