-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
[Bug] multixy spring works only for first touch #689
Comments
Thanks for the report, this one might be hard to fix because I have no multitouch device. Does it occur even when the 2 points are far appart from each other at release time ? |
Thanks for the report, this one might be hard to fix because I have no multitouch device. it occurs regardless the distance between the points. |
It should be fixed in sources ! |
Does it still occur in 1.8.9 ? |
it's fixed, thanks :-) |
I am seeing this again in 1.25.1 with two XY points - when I release them separately (i.e. 1 second apart), they reset to 0, but if I release them together, one of the two points does not. |
@smithkyle You mean two points in a single multixy widget or two xy widgets ? What version were you using using before 1.25.1 ? |
Two points in a single multixy widget. When released simultaneously, only one of them springs back. If I release one shortly after the other (a half second to a second later), they both spring back. On Jul 12, 2023, at 1:29 AM, jean-emmanuel ***@***.***> wrote:
@smithkyle You mean two points in a single multixy widget or two xy widgets ?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
set spring to true
touch the multixy widget with 2 fingers.
release 2nd touch and observe osc out message :
nothing is sent.
release first finger :
only when first touch is released, osc message is sent with default values :
I would expect spring mode to work with each touch individually.
O-S-C 1.8.8 windows
The text was updated successfully, but these errors were encountered: