jamoma / JamomaCore

Jamoma Frameworks for Audio and Control Structure
Other
36 stars 14 forks source link

TTDelay:test 14 needs known results #174

Closed nwolek closed 10 years ago

nwolek commented 10 years ago

Number 14 is a test for cubic interpolation. It has been failing because we did not know what to compare the results against. We need to know what to expect from its output before we can properly test.

Because failed tests will result in failed builds on the "feature/dictionary-rewrite" branch, I am commenting out this test for now.

nwolek commented 10 years ago

Reading through the citations given in our cubic interpolation code this morning and they are pretty dense with math: http://crca.ucsd.edu/~msp/techniques/latest/book-html/node114.html http://msp.ucsd.edu/techniques/latest/book-html/node31.html#tab02.1

Wondering if these sources with example code are good references: http://www.paulinternet.nl/?page=bicubic http://paulbourke.net/miscellaneous/interpolation/

tap commented 10 years ago

yes. please add!

best, | : ||

On Wed, Nov 6, 2013 at 7:55 AM, nwolek notifications@github.com wrote:

Reading through the citations given in our cubic interpolation code this morning and they are pretty dense with math: http://crca.ucsd.edu/~msp/techniques/latest/book-html/node114.html http://msp.ucsd.edu/techniques/latest/book-html/node31.html#tab02.1

Wondering if these sources with example code are good references: http://www.paulinternet.nl/?page=bicubic http://paulbourke.net/miscellaneous/interpolation/

— Reply to this email directly or view it on GitHubhttps://github.com/jamoma/JamomaCore/issues/174#issuecomment-27874658 .