Macros
Morph

Detailed Description

Ports that can dynamically change type.

See http://lv2plug.in/ns/ext/morph for details.

Macros

#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"
 

Macro Definition Documentation

◆ LV2_MORPH_URI

#define LV2_MORPH_URI   "http://lv2plug.in/ns/ext/morph"

◆ LV2_MORPH_PREFIX

#define LV2_MORPH_PREFIX   LV2_MORPH_URI "#"

◆ LV2_MORPH__AutoMorphPort

#define LV2_MORPH__AutoMorphPort   LV2_MORPH_PREFIX "AutoMorphPort"

◆ LV2_MORPH__MorphPort

#define LV2_MORPH__MorphPort   LV2_MORPH_PREFIX "MorphPort"

◆ LV2_MORPH__interface

#define LV2_MORPH__interface   LV2_MORPH_PREFIX "interface"

◆ LV2_MORPH__supportsType

#define LV2_MORPH__supportsType   LV2_MORPH_PREFIX "supportsType"

◆ LV2_MORPH__currentType

#define LV2_MORPH__currentType   LV2_MORPH_PREFIX "currentType"