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

Colors are received in the wrong order #13

Open
sebescudie opened this issue Sep 13, 2023 · 0 comments
Open

Colors are received in the wrong order #13

sebescudie opened this issue Sep 13, 2023 · 0 comments

Comments

@sebescudie
Copy link

Hey,

Using latest vvvv gamma preview (5.3-164).

I'm sending colors from Châtaigne to vvvv via OSC. They are received in the wrong order, i.e as ABGR.

For instance, when sending this purple color

vvvv receives it in the exact inverse order

Châtaigne sends those colors as r typetag.

Had a look inside the lib, and was able to solve it by unchecking Input Is Big Endian inside the UnpackInterger32 function, which is located inside UnpackUtils.

Thanks in advance!

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