Skip to content

Commit

Permalink
Interpolator: adding note that single sample version of operator is l…
Browse files Browse the repository at this point in the history
…ikely to never be used. issue #71
  • Loading branch information
nwolek committed Dec 30, 2015
1 parent de0c334 commit 8e935eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/core/JamomaInterpolator.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -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;
}
Expand Down

0 comments on commit 8e935eb

Please sign in to comment.