From 64cc8555ce3a81019d8c30500842026aa1447d78 Mon Sep 17 00:00:00 2001 From: Roman Haefeli Date: Tue, 5 Oct 2010 20:55:44 +0000 Subject: added help for [try] svn path=/trunk/externals/iem/iemguts/; revision=14197 --- help/try-help.pd | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 help/try-help.pd 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.; -- cgit v1.2.1