You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 theUnpackInterger32
function, which is located insideUnpackUtils
.Thanks in advance!
The text was updated successfully, but these errors were encountered: