diff options
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/morph/morph.h')
| -rw-r--r-- | lv2/lv2plug.in/ns/ext/morph/morph.h | 16 | 
1 files changed, 8 insertions, 8 deletions
diff --git a/lv2/lv2plug.in/ns/ext/morph/morph.h b/lv2/lv2plug.in/ns/ext/morph/morph.h index ce1a4ec..2c89e46 100644 --- a/lv2/lv2plug.in/ns/ext/morph/morph.h +++ b/lv2/lv2plug.in/ns/ext/morph/morph.h @@ -26,14 +26,14 @@  #ifndef LV2_MORPH_H  #define LV2_MORPH_H -#define LV2_MORPH_URI    "http://lv2plug.in/ns/ext/morph" -#define LV2_MORPH_PREFIX LV2_MORPH_URI "#" - -#define LV2_MORPH__AutoMorphPort LV2_MORPH_PREFIX "AutoMorphPort" -#define LV2_MORPH__MorphPort     LV2_MORPH_PREFIX "MorphPort" -#define LV2_MORPH__interface     LV2_MORPH_PREFIX "interface" -#define LV2_MORPH__supportsType  LV2_MORPH_PREFIX "supportsType" -#define LV2_MORPH__currentType   LV2_MORPH_PREFIX "currentType" +#define LV2_MORPH_URI    "http://lv2plug.in/ns/ext/morph"  ///< http://lv2plug.in/ns/ext/morph +#define LV2_MORPH_PREFIX LV2_MORPH_URI "#"                 ///< http://lv2plug.in/ns/ext/morph# + +#define LV2_MORPH__AutoMorphPort LV2_MORPH_PREFIX "AutoMorphPort"  ///< http://lv2plug.in/ns/ext/morph#AutoMorphPort +#define LV2_MORPH__MorphPort     LV2_MORPH_PREFIX "MorphPort"      ///< http://lv2plug.in/ns/ext/morph#MorphPort +#define LV2_MORPH__interface     LV2_MORPH_PREFIX "interface"      ///< http://lv2plug.in/ns/ext/morph#interface +#define LV2_MORPH__supportsType  LV2_MORPH_PREFIX "supportsType"   ///< http://lv2plug.in/ns/ext/morph#supportsType +#define LV2_MORPH__currentType   LV2_MORPH_PREFIX "currentType"    ///< http://lv2plug.in/ns/ext/morph#currentType  #endif  /* LV2_MORPH_H */  |