aboutsummaryrefslogtreecommitdiff
path: root/externals/gridflow/pd_help/@for.pd
blob: 9a9e1666c2f55fdca673e720b3638eed5888c172 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#N canvas 923 183 569 289 10;
#X text 14 15 @for;
#X obj 20 136 @for 0 320 1;
#X floatatom 20 73 5 0 0 0 - - -;
#X floatatom 59 94 5 0 0 0 - - -;
#X floatatom 99 116 5 0 0 0 - - -;
#X text 137 141 works like a for object \, plugged to an @import tuned
for a dim(size) where size is the number of values produced by a bang
to that for. syntax: @for <from> <to> <step> outlet: grid dim(size)
where size = floor(to-from+1)/step;
#X obj 20 199 @print;
#X text 490 16 gridflow;
#X connect 1 0 6 0;
#X connect 2 0 1 0;
#X connect 3 0 1 1;
#X connect 4 0 1 2;