Jit.lcd - brgb is covering video feed!

rigger's icon

I am trying to draw shapes over a video feed with jit.lcd, but the background colour just covers my video. In all the examples offered, this isn't a problem (ie. shapes and text are on top of the video feed) and I can't for the life of me figure out what I'm doing differently. How do you slip the video feed in between the foreground (text and shapes) and background color of jit.lcd?

Andrew Benson's icon

You will need to control message/matrix passing order. Take a look at what the trigger (t) object is doing in those example patches.

rigger's icon

Great, thanks Andrew..I had a suspicion that that's what it was but ran out of patience. I've finally worked it out, but still don't really understand where the "background" went.