From 15b30fe20b401d079c2b3c6a8e77eee827813de3 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Tue, 17 Mar 2015 22:54:19 +0000 Subject: Gem 096ed6ef786b7a9d6e11a437ff8526619c89a1fd osx/x86_64 built 'master:096ed6ef786b7a9d6e11a437ff8526619c89a1fd' for osx/x86_64 --- Gem/part_damp-help.pd | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 Gem/part_damp-help.pd (limited to 'Gem/part_damp-help.pd') diff --git a/Gem/part_damp-help.pd b/Gem/part_damp-help.pd new file mode 100644 index 0000000..d8ca126 --- /dev/null +++ b/Gem/part_damp-help.pd @@ -0,0 +1,53 @@ +#N canvas -48 0 754 404 10; +#X text 540 156 This is the damping vector; +#X text 541 176 To slow particles down; +#X text 99 206 keep all of the values less than one; +#X text 51 97 Class: Particle System; +#X text 38 41 inlet 1: gemlist (with part_head); +#X text 31 14 Synopsis: [part_damp]; +#X text 38 68 Inlet 2: V1 V2 V3; +#X text 7 123 Description: Change velocity of Particles; +#X text 99 144 part_damp dampens the velocity of the particles. A damping +vector less than 1 \, 1 \, 1 will slow the particles done. A damping +vector greater than 1 \, 1 \, 1 will speed up the particles.; +#X obj 521 30 gemhead; +#X obj 521 51 part_head; +#X obj 521 113 part_killold 5; +#X obj 521 267 part_draw; +#N canvas 0 0 450 300 gemwin 0; +#X obj 132 136 gemwin; +#X obj 67 89 outlet; +#X obj 67 10 inlet; +#X obj 67 41 route create; +#X msg 67 70 set destroy; +#X msg 142 68 set create; +#X msg 132 112 create \, 1; +#X msg 198 112 destroy; +#X connect 2 0 3 0; +#X connect 3 0 4 0; +#X connect 3 0 6 0; +#X connect 3 1 5 0; +#X connect 3 1 7 0; +#X connect 4 0 1 0; +#X connect 5 0 1 0; +#X connect 6 0 0 0; +#X connect 7 0 0 0; +#X restore 521 356 pd gemwin; +#X msg 521 337 create; +#X text 519 316 Create window:; +#X floatatom 663 192 5 0 0 0 - - -; +#X msg 663 211 \$1 1 1; +#X obj 521 10 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 1 1 +; +#X obj 521 80 part_source 5; +#X obj 521 237 part_damp 0.1 0.1 0.1; +#X connect 9 0 10 0; +#X connect 10 0 19 0; +#X connect 11 0 20 0; +#X connect 13 0 14 0; +#X connect 14 0 13 0; +#X connect 16 0 17 0; +#X connect 17 0 20 1; +#X connect 18 0 9 0; +#X connect 19 0 11 0; +#X connect 20 0 12 0; -- cgit v1.2.1