trying to make a grid for reactivition where each block is a unique output. since I get a X and Y output, possibly even a Z for rotation, but no idea how to even start with that.
here is a visualization (i didn't fill it in all because I think you get the basic idea): http://localhostr.com/files/jhmQnUl/Screen+shot+2011-11-25+at+10.08.34+AM.jpg
in normal programing language doesn't seem too hard. you set up conditions, if (y1, x1) then [output]. but this would get REALLY messy in pd and seems really inefficient. anyone have suggestions on how to set this up? I basically want a unique output for each of the squares lets say a bang if (x,y) matches. I saw something on tables once, not sure if this is best way to approach this problem.