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 at() function to SampleBundle #70

Closed nwolek closed 8 years ago

nwolek commented 8 years ago

This higher level interface will wrap the JamomaInterpolator classes and allow for interpolation without being concerned with the number of samples needed. Discussion leading to this decision was initial explored in issue #43 and finalized during Skype between myself and @tap.

nwolek commented 8 years ago

Some conversation on this pull request of the work in progress.

nwolek commented 8 years ago

Might want to split off the CircularStorage part of this into a separate issue. Solution will likely be different enough that we should track it separately.

nwolek commented 8 years ago

Closed with after merge on this pull request https://github.com/jamoma/jamoma2/pull/79