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

test Delay at the boundary between vectors #55

Closed nwolek closed 8 years ago

nwolek commented 8 years ago

There might be an issue here. Some of the testing showed that an extra non-zero value would sneek through when the delay size was set to 64.2 and the vector size was 64.

Making a note so that I remember to come back to it.

nwolek commented 8 years ago

This was fixed here: https://github.com/jamoma/jamoma2/commit/8488f7c624b242b25992cdead16fa840bb6a7d55

Been reflecting on the solution and may be refactoring today or in near future. But at least there is a test in place to catch the issue if it returns.