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

Add interpolating tail() function to CircularStorage #80

Open nwolek opened 8 years ago

nwolek commented 8 years ago

Breaking this off from Issue #70

This higher level interface will wrap the JamomaInterpolator classes and allow for interpolation without being concerned with the number of samples needed.

nwolek commented 8 years ago

This should likely be handled before issue #60