aboutsummaryrefslogtreecommitdiff
path: root/abstractions/pdp_png_to.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-12-15 07:26:47 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-12-15 07:26:47 +0000
commit37b6643df2df7d784a31ca73f7bb90dc109c2401 (patch)
treea8664e5adcfcb60cae136063d627549ecb76619b /abstractions/pdp_png_to.pd
parentc50ce0e0217ea07e2d450add2ab29cecea66fa96 (diff)
removing PDP source (except debian files) before import of PDP 0.12.4
svn path=/trunk/externals/pdp/; revision=4217
Diffstat (limited to 'abstractions/pdp_png_to.pd')
-rw-r--r--abstractions/pdp_png_to.pd21
1 files changed, 0 insertions, 21 deletions
diff --git a/abstractions/pdp_png_to.pd b/abstractions/pdp_png_to.pd
deleted file mode 100644
index b6a9bcb..0000000
--- a/abstractions/pdp_png_to.pd
+++ /dev/null
@@ -1,21 +0,0 @@
-#N canvas 0 0 450 300 10;
-#X obj 37 50 inlet;
-#X obj 102 262 outlet;
-#X obj 102 209 pdp_convert \$1;
-#X obj 102 180 pdp_reg;
-#X text 34 15 load a png file and convert to a packet type specified
-by the creation argument. default = bitmap/*/*;
-#X obj 102 121 symbol;
-#X msg 102 149 load_png \$1 \, bang;
-#X obj 37 81 route bang;
-#X msg 37 208 bang;
-#X obj 102 236 pdp_reg;
-#X connect 0 0 7 0;
-#X connect 2 0 9 0;
-#X connect 3 0 2 0;
-#X connect 5 0 6 0;
-#X connect 6 0 3 0;
-#X connect 7 0 8 0;
-#X connect 7 1 5 0;
-#X connect 8 0 9 0;
-#X connect 9 0 1 0;