Vizzie GRABBR message filtering
I am using GRABBR to grab video to be processed. In the process I am using jit.charmap and I am getting errors because GRABBR is sending out jit_gl_texture messages and jit.charmap is unhappy with them. How can I filter out these messages? Thanks!
I'd suggest using the MAPPR module, since that's more or less what it does.
Thanks. I didn't notice that for some reason. I built a bunch of video effects back in Max 5 and 6 days, from scratch and by monkeying with the Vizzie modules of that day. I had built a MAPPR that I could automate. So with your advice I took the Max 8 Vizzie 2 MAPPR and looked at it, and figured out how I could dump my automation code into that one and rewire it. Mainly I'm dumping stuff into the multisliders to change the color mapping. Now I need to figure out how to dump much more interesting stuff into the multisliders in order to get smooth yet strange color shifts.