jamoma / jamoma2

A header-only C++ library for building dynamic and reflexive systems with an emphasis on audio and media.
MIT License
30 stars 6 forks source link

Overload interpolator operators #71

Closed nwolek closed 8 years ago

nwolek commented 8 years ago

Each type should be overloaded to accept four data points as inputs (regardless of wether all four are needed) to allow for easier switching between algorithms.

Related to issues #43 #60 #70

nwolek commented 8 years ago

Got a new interpolation option out of this work: Nearest

Cleaned up the documentation and added even more tests. If something goes wrong here, we are going to know about!