Macros
Port Properties

Detailed Description

Various port properties.

Macros

#define LV2_PORT_PROPS_URI   "http://lv2plug.in/ns/ext/port-props"
 
#define LV2_PORT_PROPS_PREFIX   LV2_PORT_PROPS_URI "#"
 
#define LV2_PORT_PROPS__causesArtifacts   LV2_PORT_PROPS_PREFIX "causesArtifacts"
 
#define LV2_PORT_PROPS__continuousCV   LV2_PORT_PROPS_PREFIX "continuousCV"
 
#define LV2_PORT_PROPS__discreteCV   LV2_PORT_PROPS_PREFIX "discreteCV"
 
#define LV2_PORT_PROPS__displayPriority   LV2_PORT_PROPS_PREFIX "displayPriority"
 
#define LV2_PORT_PROPS__expensive   LV2_PORT_PROPS_PREFIX "expensive"
 
#define LV2_PORT_PROPS__hasStrictBounds   LV2_PORT_PROPS_PREFIX "hasStrictBounds"
 
#define LV2_PORT_PROPS__logarithmic   LV2_PORT_PROPS_PREFIX "logarithmic"
 
#define LV2_PORT_PROPS__notAutomatic   LV2_PORT_PROPS_PREFIX "notAutomatic"
 
#define LV2_PORT_PROPS__notOnGUI   LV2_PORT_PROPS_PREFIX "notOnGUI"
 
#define LV2_PORT_PROPS__rangeSteps   LV2_PORT_PROPS_PREFIX "rangeSteps"
 
#define LV2_PORT_PROPS__supportsStrictBounds   LV2_PORT_PROPS_PREFIX "supportsStrictBounds"
 
#define LV2_PORT_PROPS__trigger   LV2_PORT_PROPS_PREFIX "trigger"
 

Macro Definition Documentation

◆ LV2_PORT_PROPS_URI

#define LV2_PORT_PROPS_URI   "http://lv2plug.in/ns/ext/port-props"

◆ LV2_PORT_PROPS_PREFIX

#define LV2_PORT_PROPS_PREFIX   LV2_PORT_PROPS_URI "#"

◆ LV2_PORT_PROPS__causesArtifacts

#define LV2_PORT_PROPS__causesArtifacts   LV2_PORT_PROPS_PREFIX "causesArtifacts"

◆ LV2_PORT_PROPS__continuousCV

#define LV2_PORT_PROPS__continuousCV   LV2_PORT_PROPS_PREFIX "continuousCV"

◆ LV2_PORT_PROPS__discreteCV

#define LV2_PORT_PROPS__discreteCV   LV2_PORT_PROPS_PREFIX "discreteCV"

◆ LV2_PORT_PROPS__displayPriority

#define LV2_PORT_PROPS__displayPriority   LV2_PORT_PROPS_PREFIX "displayPriority"

◆ LV2_PORT_PROPS__expensive

#define LV2_PORT_PROPS__expensive   LV2_PORT_PROPS_PREFIX "expensive"

◆ LV2_PORT_PROPS__hasStrictBounds

#define LV2_PORT_PROPS__hasStrictBounds   LV2_PORT_PROPS_PREFIX "hasStrictBounds"

◆ LV2_PORT_PROPS__logarithmic

#define LV2_PORT_PROPS__logarithmic   LV2_PORT_PROPS_PREFIX "logarithmic"

◆ LV2_PORT_PROPS__notAutomatic

#define LV2_PORT_PROPS__notAutomatic   LV2_PORT_PROPS_PREFIX "notAutomatic"

◆ LV2_PORT_PROPS__notOnGUI

#define LV2_PORT_PROPS__notOnGUI   LV2_PORT_PROPS_PREFIX "notOnGUI"

◆ LV2_PORT_PROPS__rangeSteps

#define LV2_PORT_PROPS__rangeSteps   LV2_PORT_PROPS_PREFIX "rangeSteps"

◆ LV2_PORT_PROPS__supportsStrictBounds

#define LV2_PORT_PROPS__supportsStrictBounds   LV2_PORT_PROPS_PREFIX "supportsStrictBounds"

◆ LV2_PORT_PROPS__trigger

#define LV2_PORT_PROPS__trigger   LV2_PORT_PROPS_PREFIX "trigger"