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

Osc padding issue #390

Open
avilleret opened this issue Dec 1, 2015 · 1 comment
Open

Osc padding issue #390

avilleret opened this issue Dec 1, 2015 · 1 comment

Comments

@avilleret
Copy link
Contributor

When trying to send an array of 1000 float through a Jamoma return, I got this message in console on client side :

TTOscSocketListener : "element size must be multiple of four"

It runs on a Raspberry Pi,
the sender code is here : https://github.com/avilleret/gorgone/blob/0faa634304e24d681ac805a55861b5b9a4d53a03/src/gorgone.cpp#L114-L125

and the receiver is a Puredata patch : https://github.com/avilleret/gorgone/tree/0faa634304e24d681ac805a55861b5b9a4d53a03/Pd

Both runs on the same Raspberry Pi 2 with Jessie

@avilleret
Copy link
Contributor Author

after some tries, it seems that the limit is around 810 values per array.
And since the error does not appear each time I guess a transmission failure.
So is there a Jamoma method / paramater to automatically split too long message into smaller one to increase the reliability ?

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