Matrix 1 plane to matrix 4 planes


    Mar 10 2017 | 4:32 pm
    Hello,
    back to max I can't figure out how to convert a 1 plane matrix with separate RGB values to a 4 planes (colored) matrix. Any help ? Thx.

    • Mar 10 2017 | 5:39 pm
      I got this solution but I'm sure it could be much more simpler…
    • Mar 10 2017 | 8:33 pm
      Hi FP
      Not entirely sure that I've understood what you're trying to do here, but try this - using jit.pack, jit.unpack, jit.scissors and jit.glue:
    • Mar 10 2017 | 9:17 pm
      Hi, thx but scissors doesn't fit as it will be at least 60 dmx channels (up to around 300). so I'm looking for something more versatile.
    • Mar 11 2017 | 1:16 am
      I'm not sure if this will work for you, but jit.coerce can be handy in these kinds of situations:
    • Mar 11 2017 | 11:22 am
      yep, I will consider that. thx.