-
Notifications
You must be signed in to change notification settings - Fork 6
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
Create allpass interpolation class #67
Comments
This is interesting. I'm trying to figure out where we don't have random access. For example, a wavetable oscillator is a random-access situation, as is playing a soundfile. Maybe not the majority of the time but certainly in some cases. What happens if you have a fixed delay and change the delay time? Is whatever happens "acceptable"? Also interesting about this is that we could use an allpass building block inside of the implementation. Which I guess means we need to port this class from Jamoma1: |
Actually @tap, you already ported it: ;) |
The In Jamoma1 that filter was called |
… passes test. leaving multiple comments about the limitations of this algorithm. see issue #67
Closed with this pull request |
Detailed here. Foudn during research for issue #60.
To be implemented here:
https://github.com/jamoma/jamoma2/blob/master/include/core/JamomaInterpolate.h
Notes:
The text was updated successfully, but these errors were encountered: