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 avec 'remove' state lorsque la liste des curseurs est envoyée via un mapper Jamoma #5

Open
jln- opened this issue Jan 21, 2014 · 0 comments

Comments

@jln-
Copy link
Collaborator

jln- commented Jan 21, 2014

La liste des curseurs n'est pas correctement envoyée aux parameter Jamoma lors d'un removeCursor. La liste de curseurs est visiblement tronquée trop tôt. Le receive [cursorState] transmet en revanche correctement la liste.

Log ci-dessous:

From cursorState: 1.000000
From j.parameter: 1.000000
From cursorState: 0.500000
From j.parameter: 0.500000
(...)
From cursorState: 0.5 1.
From j.parameter: 0.5 1.
From cursorState: 0.5 0.5
From j.parameter: 0.5 0.5
(...)
From cursorState: 0. 0.5
From j.parameter: 0.000000 <===== il manque le 0.5
From cursorState: 0.500000
From j.parameter: 0.500000
(...)
From cursorState: 0.000000
From j.parameter: 0

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

1 participant