-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathls.circgroup-help.pd
More file actions
executable file
·42 lines (42 loc) · 1.9 KB
/
Copy pathls.circgroup-help.pd
File metadata and controls
executable file
·42 lines (42 loc) · 1.9 KB
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
35
36
37
38
39
40
41
42
#N canvas 947 23 806 639 12;
#X declare -path planifolia;
#X obj 83 161 cnv 18 3 17 empty empty 0 5 9 0 14 #dcdcdc #9c9c9c 0;
#X obj 83 270 cnv 18 3 17 empty empty 0 5 9 0 14 #dcdcdc #9c9c9c 0;
#X obj 83 205 cnv 18 3 17 empty empty 1 5 9 0 14 #dcdcdc #9c9c9c 0;
#X obj 27 467 until;
#X msg 98 531 reset;
#X obj 27 495 f;
#X obj 56 495 + 1;
#X msg 70 467 0;
#X msg 27 445 30;
#X floatatom 124 573 5 0 0 0 - - - 0;
#X obj 27 626 print grouped;
#X obj 27 598 ls.circgroup 7;
#X text 104 205 float: new group size;
#X text 105 270 list: list of grouped elements;
#X text 90 497 generating some floats to group;
#X text 85 381 \$1 float: group size;
#X obj 621 40 plnf_version;
#X text 32 52 groups incoming elements into lists as in a circular buffer;
#X text 106 161 float: elements to group;
#X text 106 181 reset: resets the object;
#X text 167 573 change group size (reset if you need!);
#X obj 83 295 cnv 18 3 17 empty empty 1 5 9 0 14 #dcdcdc #9c9c9c 0;
#X text 104 295 1/0: 1 - current list length is smaller than max list length;
#X text 139 310 0 - current list length reached the max list length (oldest elements will be discarded from the list tail);
#X text 32 76 new elements are prepended to the output list \; when the list length is greater than the group argument \, the last (oldest) element is discarded from the list.;
#X obj -1 -1 cnv 15 805 23 empty empty array.circgroup 8 10 0 20 #282d39 #efefef 0;
#X obj -1 138 cnv 15 805 17 empty empty inlets 8 8 0 12 #282d39 #efefef 0;
#X obj -1 246 cnv 15 805 17 empty empty outlets 8 8 0 12 #282d39 #efefef 0;
#X obj -1 413 cnv 15 805 17 empty empty example 8 8 0 12 #282d39 #efefef 0;
#X obj 0 356 cnv 15 805 17 empty empty arguments 8 8 0 12 #282d39 #efefef 0;
#X obj 636 445 declare -path planifolia;
#X connect 3 0 5 0;
#X connect 4 0 11 0;
#X connect 5 0 6 0;
#X connect 5 0 11 0;
#X connect 6 0 5 1;
#X connect 7 0 5 1;
#X connect 8 0 3 0;
#X connect 9 0 11 1;
#X connect 11 0 10 0;