aboutsummaryrefslogtreecommitdiff
path: root/Gem/part_head-help.pd
diff options
context:
space:
mode:
authorTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2015-03-19 19:32:08 +0000
committerTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2015-03-19 19:32:08 +0000
commit095b7e513f736567848173f2572d8b329ad75af9 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /Gem/part_head-help.pd
parent15b30fe20b401d079c2b3c6a8e77eee827813de3 (diff)
Gem 206d71791bc3642e8c5391a4c59c30ba7411fab8 osx/x86_64
built 'coverity_scan:206d71791bc3642e8c5391a4c59c30ba7411fab8' for osx/x86_64
Diffstat (limited to 'Gem/part_head-help.pd')
-rw-r--r--Gem/part_head-help.pd22
1 files changed, 0 insertions, 22 deletions
diff --git a/Gem/part_head-help.pd b/Gem/part_head-help.pd
deleted file mode 100644
index a2290f2..0000000
--- a/Gem/part_head-help.pd
+++ /dev/null
@@ -1,22 +0,0 @@
-#N canvas 174 110 664 498 10;
-#X msg 180 101 gemList;
-#X text 176 62 GEM object;
-#X msg 180 195 gemList;
-#X obj 180 152 part_head;
-#X text 260 196 partList;
-#X text 184 25 [part_head];
-#X msg 289 106 speed <speed>;
-#X text 45 242 starts a particle-system. The particle-list normally
-holds a number of [part_source]s (particle-generators) [part_]-modifiers
-and ends with a particle-renderer such as [part_draw];
-#X text 45 325 you can set the speed of the particle-emission with
-the speed-message.;
-#X obj 493 168 part_head 10;
-#X text 44 380 [part_head] takes the number of particles that can exist
-in one instance of time as a creation-argument. (default=1000);
-#X text 53 424 if your particles do not die (e.g.: because the are
-killed wiht [part_killold]) \, your particle source will stop emitting
-particles after some time.;
-#X connect 0 0 3 0;
-#X connect 3 0 2 0;
-#X connect 6 0 3 0;