aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Haefeli <rdz@users.sourceforge.net>2010-10-05 20:55:44 +0000
committerRoman Haefeli <rdz@users.sourceforge.net>2010-10-05 20:55:44 +0000
commit64cc8555ce3a81019d8c30500842026aa1447d78 (patch)
tree1c5220d4d1cfb1289a18b2bfa30bb267b3be7670
parent266c37724b31a76ca83d2cc2ead0ed60229f2e3d (diff)
added help for [try]
svn path=/trunk/externals/iem/iemguts/; revision=14197
-rw-r--r--help/try-help.pd13
1 files changed, 13 insertions, 0 deletions
diff --git a/help/try-help.pd b/help/try-help.pd
new file mode 100644
index 0000000..293e770
--- /dev/null
+++ b/help/try-help.pd
@@ -0,0 +1,13 @@
+#N canvas 0 0 450 300 10;
+#X obj 13 15 try this or \, that or \, f;
+#X obj 16 174 try sin~ \, cos~;
+#X text 11 81 This object provides a way to create an object with a
+fallback. [try bla 13 \, blu 134] will first try to create an obect
+[bla 13] and if this fails use [blu 134] instead.;
+#X text 15 34 create an object with a fallback to a different object
+class;
+#X text 14 141 You can open the help of this in order to see \, which
+object - [sin~] or [cos~] - was finally instantiated.;
+#X text 15 219 NOTE:;
+#X text 14 236 This does not (yet) work with abstractions \, but only
+with externals.;