-
Notifications
You must be signed in to change notification settings - Fork 4
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
Hammond chorus loop out of range #21
Comments
Nice catch, thanks! From the usage in the Meanwhile and given the scope, it would make sense to limit this loop to Did you notice any audible distortions in the current chorus rendering for Hammond? So we could rely on some test case for this. |
Tested the output with Tried to apply the alternative fix -- expanded the |
Sorry that I haven't answered earlier, simply I didn't get opportunity to test bristol on its own and had other tasks. |
This loop accesses 1 item out of range in
tapfilt
, which is of sizeTAPS
.The other accesses are in tables of size
TAPS+1
so these are fine.I don't know yet what should be the proper solution for this problem, just noticed.
bristol-fixes/bristol/hammondchorus.c
Line 390 in 66b424b
The text was updated successfully, but these errors were encountered: