Skip to content

Commit fa4a59d

Browse files
Alternative names for any object
A host may be creating an effect instance based on information imported from another host which uses a different plug-in API. In this case, effects and parameters might have different names. This property allows a plug-in to specify alternative names for any object such as effects and parameters. Signed-off-by: John-Paul Smith <[email protected]>
1 parent 96ccd1a commit fa4a59d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

include/ofxCore.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,15 @@ This property is used to label objects uniquely amoung objects of that type. It
669669
*/
670670
#define kOfxPropName "OfxPropName"
671671

672+
/** @brief Alternative names for an object.
673+
674+
- Type - string X N
675+
- Property Set - on many objects (descriptors and instances), see \ref PropertiesByObject (read only)
676+
677+
This property is used to provide alternative names for objects. It can be used in any situation where ::kOfxPropName is used, and is helpful for situations where the effects are being transferred from another plug-in API.
678+
*/
679+
#define kOfxPropAka "OfxPropAka"
680+
672681
/** @brief Identifies a specific version of a host or plugin.
673682
674683
- Type - int X N

0 commit comments

Comments
 (0)