aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/fldefs_setup.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-06-06 02:37:17 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-06-06 02:37:17 +0000
commitd97d46e2806969c994647ee8e3ce64b4f3d1d9f6 (patch)
treea130ac9ea2144b6e2fd40dc56edb24558f54e566 /externals/grill/flext/source/fldefs_setup.h
parent1b3a9c2ac678727df211d5de8bd032bc2cf1ac4b (diff)
""
svn path=/trunk/; revision=684
Diffstat (limited to 'externals/grill/flext/source/fldefs_setup.h')
-rw-r--r--externals/grill/flext/source/fldefs_setup.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/externals/grill/flext/source/fldefs_setup.h b/externals/grill/flext/source/fldefs_setup.h
index b1a1f00d..e00cc943 100644
--- a/externals/grill/flext/source/fldefs_setup.h
+++ b/externals/grill/flext/source/fldefs_setup.h
@@ -19,8 +19,14 @@ WARRANTIES, see the file, "license.txt," in this distribution.
// ====================================================================================
/*! \defgroup FLEXT_D_INSTANCE Class instantiation
- \note The name of your class is of importance! It must be the same as the external
- \note (excluded an eventual ~ (tilde))
+ \note For stand-alone externals (not part of a library) the name of your class
+ \note is of importance! It must be the same as the external (excluded an eventual ~ (tilde))
+
+ There are additional parameters that can be included in the NAME field of FLEXT_NEW etc.:
+
+ - There may be additional names (aliases) appened, separated by spaces
+ - There may be a help path prepended, separated by a colon
+ - This help path doesn't work for Max/MSP. There you'll have to use a object mapping file (Max/MSP version >= 4.2)
*/