aboutsummaryrefslogtreecommitdiff
path: root/abstractions/stripPath.pd
diff options
context:
space:
mode:
authorB. Bogart <bbogart@users.sourceforge.net>2006-04-06 13:14:41 +0000
committerB. Bogart <bbogart@users.sourceforge.net>2006-04-06 13:14:41 +0000
commitdbb44ff54370b9b01e9f48e0abdc1c091213c573 (patch)
tree91e65d42bd33720821bb8368b1594d1dcc9cb38a /abstractions/stripPath.pd
parent119b9dcc6c9c327aff569749777173a6aa0fb83a (diff)
Changes to make pT work in pd-extended.
svn path=/trunk/abstractions/pixelTANGO/; revision=4820
Diffstat (limited to 'abstractions/stripPath.pd')
-rw-r--r--abstractions/stripPath.pd16
1 files changed, 8 insertions, 8 deletions
diff --git a/abstractions/stripPath.pd b/abstractions/stripPath.pd
index ca3129e..c468cb3 100644
--- a/abstractions/stripPath.pd
+++ b/abstractions/stripPath.pd
@@ -1,8 +1,8 @@
-#N canvas 599 457 406 193 10;
-#X obj 17 51 inlet;
-#X obj 17 141 outlet;
-#X obj 17 103 py pt stripPath;
-#X text 4 5 Uses py to remove the path component from a symbol using
-os.path.basename();
-#X connect 0 0 2 1;
-#X connect 2 0 1 0;
+#N canvas 758 178 454 304 10;
+#X obj 78 27 inlet;
+#X obj 78 73 symbol;
+#X obj 78 102 ext13/strippath;
+#X obj 78 140 outlet;
+#X connect 0 0 1 0;
+#X connect 1 0 2 0;
+#X connect 2 0 3 0;