aboutsummaryrefslogtreecommitdiff
path: root/0-pager-help.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-13 05:27:43 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-13 05:27:43 +0000
commit5755075029f576660586b15af7e1253a13949c61 (patch)
tree53f4d2e7793ee630eb3c70c5691db25287f142eb /0-pager-help.pd
parent5567c527bf5ddded9dad72325638e6f51c1cb50c (diff)
fixed crasher bug, it was opening itself in an infinite loop. Now its prevented from opening itself ever; renamed so that it sorts properly on Mac OS X (I hope this works on GNU/Linux and Windows...)
svn path=/trunk/abstractions/pddp/; revision=4898
Diffstat (limited to '0-pager-help.pd')
-rw-r--r--0-pager-help.pd9
1 files changed, 9 insertions, 0 deletions
diff --git a/0-pager-help.pd b/0-pager-help.pd
new file mode 100644
index 0000000..2558d5f
--- /dev/null
+++ b/0-pager-help.pd
@@ -0,0 +1,9 @@
+#N canvas 368 122 488 350 10;
+#X obj 144 178 pddp/open 0-pager;
+#X text 20 60 0-pager.pd is an object that allows you to navigate through
+a folder of files with "previous" and "next" buttons.;
+#X text 24 97 To use it \, copy to the folder where the files that
+you want to browser thru are. The filenames need to start with a number
+in order to be controlled by 0-pager.pd.;
+#X text 36 241 0-pager.pd should be the first file in the list in order
+for things to work properly.;