Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge nw/delay into master #57

Merged
merged 26 commits into from
Nov 11, 2015
Merged

merge nw/delay into master #57

merged 26 commits into from
Nov 11, 2015

Conversation

nwolek
Copy link
Member

@nwolek nwolek commented Nov 5, 2015

@tap - we now have a linear interpolating delay object. please review.

Timothy Place and others added 26 commits August 7, 2015 20:18
Conflicts in includes/library/JamomaDelay.h resolved by using changes in master
… it a bit more. resolved thread safety problem. issue #28
…umber of non-zero output values. needs more testing to determine if they are in the right place. issue #28
…ingle vector. Still needs testing at edge between vectors. see issue #28
…. branch just needs a bit of clean up before pull request. see issue #28
@tap
Copy link
Member

tap commented Nov 11, 2015

Looks good -- definitely appreciate having the unit tests! Further work can be taken on from here via #56 and #60.

tap added a commit that referenced this pull request Nov 11, 2015
merge nw/delay into master
@tap tap merged commit 83601ec into master Nov 11, 2015
@tap tap deleted the nw/delay branch November 11, 2015 13:36
@nwolek
Copy link
Member Author

nwolek commented Nov 11, 2015

Thanks @tap! With the merge, I believe this closes #28. Further work will continue on the issues you mention.

It is worth noting that the method implemented here will likely not work well once #59 is implemented. I realized this when I was reflecting on the work later. It is because it grabs a whole SampleBundles from the history instead of working sample by sample. It's more efficient but may causes issue with modulating parameters.

Good enough for now, but the topic will need discussion. And tests will let us know if something breaks along the way.

@tap
Copy link
Member

tap commented Nov 11, 2015

Good point. There might be need for distinguishing between having a "static delay" vs a "modulated delay".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants