-
Notifications
You must be signed in to change notification settings - Fork 12
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
HoaBLT-based ugens fail when angle is pi/2 #118
Comments
I had a quick look and, given these Lines 229 to 231 in 346dfe8
|
This quick and dirty "fix" seems to ... not break at least
I haven't reasoned through the actual function or expected output, but given there aren't any other variables I'd imagine in this condition we might just know the exact value this function should return in the case the |
It would be good to check against the BLT implementations in When we're at |
I observed that
HoaBLT
-based plugins fail with an error, if the distortion angle is exactlypi/2
or-pi/2
(constant value).Examples:
Error:
However, exceeding the range seems okay (i.e. there's no error):
Using control signal (as opposed to a constant) with the same value seems to work fine as well...
The text was updated successfully, but these errors were encountered: