I have a matrix blinder 5x5 not RGB (only white)
It seems some RGBmatrix animation works well with it (e.q. strip), except 2 things :
- The fading effect on each head do not work (e.g. Waves appear like 3 plain column of full lighting)
- When trying to convert to sequence, the sequence is well generated but each step correspond to full lighted matrix
You can have a look on the sample file.
White only RGB matrix
-
- Posts: 8
- Joined: Fri Jun 12, 2015 12:43 pm
- Location: Lille, France
- Real Name: Samuel Boudet
- Attachments
-
- bug matrix.qxw
- (18.76 KiB) Downloaded 40 times
-
- Posts: 20
- Joined: Sat Oct 24, 2015 11:42 pm
- Real Name:
I think the bug comes from the fact that your channels are intensity channels and not RGB channels. As you chose to control the intensity in the matrix function, the channel will be set to 255 until there is no more color. The tail is set by playing with RGB channel, while the intensity channel sticks to 255.
After the exportation into a sequence, this property remains and you still control the intensity channels.
If you want to have a tail effect, I would suggest you to set the tail length to 0 and to use the fade time of the function instead. I did it for you :
After the exportation into a sequence, this property remains and you still control the intensity channels.
If you want to have a tail effect, I would suggest you to set the tail length to 0 and to use the fade time of the function instead. I did it for you :