Skip to content
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

Open
matcham opened this issue Feb 19, 2021 · 8 comments
Open

[Bug] multixy spring works only for first touch #689

matcham opened this issue Feb 19, 2021 · 8 comments

Comments

@matcham
Copy link

matcham commented Feb 19, 2021

set spring to true
touch the multixy widget with 2 fingers.

(DEBUG, OSC) Out:  {
  address: '/multixy_1',
  args: [
    { type: 'f', value: 0.21276595744680862 },
    { type: 'f', value: 0.27916666666666656 },
    { type: 'f', value: 0.14680851063829795 },
    { type: 'f', value: 0.27708333333333335 }
  ]
} To: 127.0.0.1:8000

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 :

(DEBUG, OSC) Out:  {
  address: '/multixy_1',
  args: [
    { type: 'f', value: 0 },
    { type: 'f', value: 0 },
    { type: 'f', value: 0 },
    { type: 'f', value: 0 }
  ]
} To: 127.0.0.1:8000

I would expect spring mode to work with each touch individually.

O-S-C 1.8.8 windows

@jean-emmanuel
Copy link
Owner

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 ?

@matcham
Copy link
Author

matcham commented Feb 21, 2021

Thanks for the report, this one might be hard to fix because I have no multitouch device.
hard to believe that the developer of O-S-C doesn't have a multitouch device :-)
You definitely deserve more patreon supporters !

it occurs regardless the distance between the points.

@jean-emmanuel
Copy link
Owner

It should be fixed in sources !

@jean-emmanuel
Copy link
Owner

Does it still occur in 1.8.9 ?

@matcham
Copy link
Author

matcham commented Feb 26, 2021

it's fixed, thanks :-)

@matcham matcham closed this as completed Feb 26, 2021
@smithkyle
Copy link

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.

@jean-emmanuel jean-emmanuel reopened this Jul 6, 2023
@jean-emmanuel
Copy link
Owner

jean-emmanuel commented Jul 12, 2023

@smithkyle You mean two points in a single multixy widget or two xy widgets ? What version were you using using before 1.25.1 ?

@smithkyle
Copy link

smithkyle commented Jul 12, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants