aboutsummaryrefslogtreecommitdiff
path: root/reference/repeat-help.pd
blob: 8ab831b592db58faba5c1b6433f68a35a91eb12b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#N canvas 0 31 578 332 10;
#X msg 41 151 bang;
#X msg 62 177 1 1 2 3 5 8 13 21 44 fibonacchi;
#X obj 160 14 repeat;
#X text 210 15 - repeat a message several times.;
#X text 64 53 similar to [until] but doesn't output [bang( but whatever
comes in;
#X floatatom 99 237 5 0 0 0 - - -;
#X text 76 152 repeat bangs;
#X text 295 179 repeat a list;
#X text 162 262 creation argument initializes the number of repeats
;
#X msg 82 207 set 5;
#X text 130 208 repeat anything;
#X obj 41 262 repeat 3;
#X text 143 236 reset the number of repetitions;
#X obj 41 303 print repetitio;
#X text 471 32 part of zexy;
#N canvas 509 158 494 344 META 0;
#X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL v2;
#X text 12 125 AUTHOR IOhannes m zmoelnig;
#X text 12 65 INLET_0 anything;
#X text 12 85 INLET_1 float;
#X text 12 105 OUTLET_0 anything;
#X text 12 5 KEYWORDS control anything_op;
#X text 12 45 DESCRIPTION repeat a message several times.;
#X restore 524 305 pd META;
#X connect 0 0 11 0;
#X connect 1 0 11 0;
#X connect 5 0 11 1;
#X connect 9 0 11 0;
#X connect 11 0 13 0;