diff --git a/include/core/JamomaInterpolator.h b/include/core/JamomaInterpolator.h index e1f371f..b8d293b 100644 --- a/include/core/JamomaInterpolator.h +++ b/include/core/JamomaInterpolator.h @@ -41,6 +41,7 @@ namespace Jamoma { public: static const int delay = 0; + // NW: will this version ever be used? constexpr T operator()(T x1) noexcept { return x1; } @@ -69,6 +70,7 @@ namespace Jamoma { public: static const int delay = 0; + // NW: will this version ever be used? constexpr T operator()(T x1) noexcept { return x1; }