Page 1 of 1

RGB Matrix not working correctly in 4.10.5a

Posted: Tue Dec 13, 2016 4:56 am
by mlohrey
I have been using 4.10.5 GIT for awhile with no issues and have updated to 4.10.5a and noticed that my RBG matrices aren't working as expected. I use generic dimmer channels to quickly create effects.

I thought they weren't working at all but they are, just dim, at 76 rather than 255.

OSX 10.12.1
RGB Effects Sample.qxw
(3.5 KiB) Downloaded 84 times

Re: RGB Matrix not working correctly in 4.10.5a

Posted: Tue Dec 13, 2016 6:53 am
by mlohrey
I was thinking that 4.10.5 GIT was very accurate way to describe the version. :D

It was QLC+_4.10.5-TEST-20160813

4.10.5 and 4.10.5a don't work as expected.

Cheers

Mark

Re: RGB Matrix not working correctly in 4.10.5a

Posted: Tue Dec 13, 2016 6:59 am
by mlohrey
OK. A bit more testing..

This version is not working correctly either..

QLC+_4.10.5-TEST-20161129

Re: RGB Matrix not working correctly in 4.10.5a

Posted: Tue Dec 13, 2016 7:32 am
by janosvitok
Hi Mark,

I guess this is the change that affects your matrix: https://github.com/mcallegari/qlcplus/c ... f471219577
Before that change, dimmer in matrices were either on or off, and most of time on, regardless of the (imaginary?) color of the pixel.

After that change, dimmer value reflects intensity of the pixel (i.e. full white = 100%, full red = 30%, full green = 60%, full blue = 10%).
That means you get a BW mapping for the colors in the matrix.

I suppose that BW/grayscale image is better than full white square of the previous version.

In your case, does it help if you change matrix color to white?

Jano

Re: RGB Matrix not working correctly in 4.10.5a

Posted: Tue Dec 13, 2016 7:52 am
by mlohrey
Hi Jano,

Thanks for the heads up. i didn't realise there had been a change, obviously. :)

Did a quick test and yes, changing the colour to white does the job. :D

RGB matrices are a great way to make some quick chases and it is a handy feature.

Thanks for the help!

Cheers

Mark

Re: RGB Matrix not working correctly in 4.10.5a

Posted: Tue Dec 13, 2016 7:56 am
by janosvitok
Great!

FYI: this is the original thread: viewtopic.php?f=5&t=8088&start=10
You'll see the difference quite easily :)