-
Notifications
You must be signed in to change notification settings - Fork 758
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
SplayAz behaviour doesn't match documentation #1059
Comments
If I remember well, SplayAz takes the input array and set the position of each signal through this expression:
so, if n = Array.size = 4 ---> pos = [center-spread, center-spread/3, center+ spread/3, center+spread]. Given the instant position of any signal, it make the sum of each output. So, with an Array of size 2, with spread=0, the signals move together:
and, with a varying spread, the signals move in opposite directions, one spreading over the left side and the other over the right one.
Here, of course, we have a Sinusoidal control, therefore there is this accordion effect. |
Ok, now if, as you say:
Each
OK, so spread relates to the position range of the PanAz |
Improved documentation. |
It would be good if someone who has used SplayAz a lot could review this. It came up when fixing #1045, but (to all what I can see) hasn't been caused by it.
The helpfile says:
This seems not to be what really happens. Is the documentation wrong?
The text was updated successfully, but these errors were encountered: