simple jitter problem - Push matrix plane


    Apr 13 2016 | 2:54 pm
    Hi, I want to insert a specific plane from a matrix to another one. For this I'm using [jit.pack 1 @jump 1@offset 1] without success The patch is simple, any advice is welcome.

    • Apr 13 2016 | 5:23 pm
      you just need to use a jit.pack with 2 inputs (or however many different sources you want to pull from)
    • Apr 13 2016 | 5:53 pm
      Thank you but thats not the idea. I want to act on a plane (with usedstdim 1) and distribute that modifyed matrix in a new plane each time for future use in the patcher (spill). Currently I'm working with ledstrips … think 3 meters 60 pix/m , 32 strands are currently driven by jitter, that's cool :) So my matrix is a 32 planes char 60 1. Is there a way to do that? I'm not able to distribute a "premade" plane with jit.pack, nor [gate], not [cycle], and "setcell" messages can "dump" a full plane. Am I clear?
    • Apr 13 2016 | 6:14 pm
      can't dump