My take attached.

On 10/03/12 19:23, Pagano, Patrick wrote:


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


_______________________________________________
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management ->  
http://lists.puredata.info/listinfo/pd-list

#N canvas 342 362 450 300 10;
#X obj 68 88 > 1;
#X obj 41 114 *;
#X obj 41 53 t f f;
#X floatatom 41 16 5 0 0 0 - - -;
#X floatatom 118 15 5 0 0 0 - - -;
#X obj 118 52 t b f;
#X floatatom 118 211 5 0 0 0 - - -;
#X obj 118 179 +;
#X text 77 16 x;
#X text 155 15 y;
#X connect 0 0 1 1;
#X connect 1 0 7 0;
#X connect 2 0 1 0;
#X connect 2 1 0 0;
#X connect 3 0 2 0;
#X connect 4 0 5 0;
#X connect 5 0 7 0;
#X connect 5 1 7 1;
#X connect 7 0 6 0;
_______________________________________________
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to