HiSaturday, March 10, 2012 1:20 PM
hi
I had a question from a student that wants to do something special with X/Y values from a motion grid example.
We are getting values from pdp_mgrid with a value of 4 for x and a value of 4 for y so there are obviously different combinations.
here's here question:
If x can equal 1,2,3,4
and
y can equal 1,2,3,4
how to send a bang when
x=1 && y=1 BANG 1
x=1 && y=2 BANG 2
x=2 && y=1 BANG 3
x=2 && y=2 BANG 4
Need something that can easily have range changed x = 1-10 and y =1-10
Is there an eloquent way to do this in pure data? we have looked at gate, moses and split and they seem close but not spot on
thanks in advance
pp