Dynamically adding LUT from byte array fails

Please add any bug reports that require discussion here

Moderator: Benj

Forum rules
Only bug reports will be considered here. General questions should not be posted in this forum.
Post Reply
kersing
Valued Contributor
Valued Contributor
Posts: 2045
Joined: Wed Aug 27, 2008 10:31 pm
Location: Netherlands
Has thanked: 553 times
Been thanked: 1081 times
Contact:

Dynamically adding LUT from byte array fails

Post by kersing »

When trying to add element to a lookup table from a byte array using AddInt the elements are added as 0, not the actual value.

See attached flowchart, elements 2-4 should not be zero. (Output is in Component debug window)
Attachments
lut_test.fcfx
(7.75 KiB) Downloaded 276 times
“Integrity is doing the right thing, even when no one is watching.”

― C.S. Lewis

User avatar
JonnyW
Posts: 1230
Joined: Fri Oct 29, 2010 9:13 am
Location: Matrix Multimedia Ltd
Has thanked: 63 times
Been thanked: 290 times
Contact:

Re: Dynamically adding LUT from byte array fails

Post by JonnyW »

Hi. A typo in a previous bug fix introduced this - seems like fixing the 'pass arrays by-ref bug' is like trying to build a house out of bars of soap.

Either way, it is now fixed, and hopefully will be sorted.

Jonny

Post Reply