-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpart_follow-help.pd
42 lines (42 loc) · 1.62 KB
/
part_follow-help.pd
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 589 385 718 449 10;
#X declare -lib Gem;
#X text 34 1 Synopsis: [part_follow];
#N canvas 484 243 450 300 META 0;
#X obj 10 25 declare -lib Gem;
#X text 10 45 DESCRIPTION Particle follow each other;
#X text 10 65 KEYWORDS Gem particles;
#X text 10 85 AUTHOR IOhannes m zmölnig;
#X text 10 105 LICENSE GPL v2;
#X restore 546 8 pd META;
#X obj 14 65 cnv 15 450 100 empty empty empty 20 12 0 14 #e0e0e0 #404040 0;
#X text 66 25 Class: particle object;
#X obj 475 64 cnv 15 220 275 empty empty empty 20 12 0 14 #dce4fc #404040 0;
#X obj 484 234 cnv 15 100 40 empty empty empty 20 12 0 14 #14e814 #404040 0;
#X obj 15 176 cnv 15 450 30 empty empty empty 20 12 0 14 #bcbcbc #404040 0;
#X text 471 8 GEM object;
#X text 474 45 Example:;
#X obj 14 215 cnv 15 450 100 empty empty empty 20 12 0 14 #e0e0e0 #404040 0;
#X text 119 105 [part_follow] lets the particles follow each other.;
#X text 32 83 Description: Particle follow each other;
#X text 27 132 inlet 1: gemlist (with part_head) \, draw [line|point|<nr>];
#X obj 489 92 gemhead;
#X obj 489 113 part_head;
#X obj 489 285 part_draw;
#X text 24 178 Arguments: particle follow;
#X obj 489 71 tgl 15 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000 0 1;
#X floatatom 594 202 5 0 100 2 particle\ follow - - 0;
#X obj 489 156 part_velocity point 0 -0.1 0;
#X obj 489 175 part_killold 40;
#X obj 489 137 part_source 10;
#X obj 594 221 * 0.0001;
#X obj 489 249 part_follow 0.0001;
#X obj 528 353 _gemwin;
#X connect 13 0 14 0;
#X connect 14 0 21 0;
#X connect 17 0 13 0;
#X connect 18 0 22 0;
#X connect 19 0 20 0;
#X connect 20 0 23 0;
#X connect 21 0 19 0;
#X connect 22 0 23 1;
#X connect 23 0 15 0;