aboutsummaryrefslogtreecommitdiff
path: root/classpath-help.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-03-24 15:26:54 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-03-24 15:26:54 +0000
commit958451a49b1b249b0e15f9ad3707fc24872c54ac (patch)
tree2dccabbd05e0aeff169337f74a3aa784304df54f /classpath-help.pd
parent31299c2678a4c357d47e8a4527c3a34fdab94914 (diff)
Changed "reset" message to "rewind" since that is the same as textfile,
binfile, msgfile, etc. Plus, "reset" seems to imply that you are changing the data, which is untrue. svn path=/trunk/externals/hcs/; revision=10898
Diffstat (limited to 'classpath-help.pd')
-rw-r--r--classpath-help.pd9
1 files changed, 3 insertions, 6 deletions
diff --git a/classpath-help.pd b/classpath-help.pd
index 94ca8a2..a0031e7 100644
--- a/classpath-help.pd
+++ b/classpath-help.pd
@@ -1,21 +1,18 @@
-#N canvas 375 22 466 316 10;
+#N canvas 77 22 466 316 10;
#X obj 40 130 classpath;
#X msg 37 99 bang;
#X obj 54 176 print;
#X symbolatom 29 213 0 0 0 0 - - -;
#X obj 101 151 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
-#X msg 79 102 reset;
#X text 19 22 This object returns each path in the global classpath
one at a time with each bang. [reset( refreshs the classpath data and
starts again at the top of the list \, like [textfile] or [qlist]'s
[reset(.;
#X text 124 153 <-- banged when the end of the list is reached;
-#X text 234 294 released under the GNU GPL;
-#X text 18 281 (C) Copyright 2006 Hans-Christoph Steiner <hans@at.or.at>
-;
+#X msg 79 102 rewind;
#X connect 0 0 2 0;
#X connect 0 0 3 0;
#X connect 0 1 4 0;
#X connect 1 0 0 0;
-#X connect 5 0 0 0;
+#X connect 7 0 0 0;