Loading...
Searching...
No Matches
Go to the documentation of this file.
25#ifndef LV2_PORT_PROPS_H
26#define LV2_PORT_PROPS_H
28#define LV2_PORT_PROPS_URI "http://lv2plug.in/ns/ext/port-props"
29#define LV2_PORT_PROPS_PREFIX LV2_PORT_PROPS_URI "#"
31#define LV2_PORT_PROPS__causesArtifacts LV2_PORT_PROPS_PREFIX "causesArtifacts"
32#define LV2_PORT_PROPS__continuousCV LV2_PORT_PROPS_PREFIX "continuousCV"
33#define LV2_PORT_PROPS__discreteCV LV2_PORT_PROPS_PREFIX "discreteCV"
34#define LV2_PORT_PROPS__displayPriority LV2_PORT_PROPS_PREFIX "displayPriority"
35#define LV2_PORT_PROPS__expensive LV2_PORT_PROPS_PREFIX "expensive"
36#define LV2_PORT_PROPS__hasStrictBounds LV2_PORT_PROPS_PREFIX "hasStrictBounds"
37#define LV2_PORT_PROPS__logarithmic LV2_PORT_PROPS_PREFIX "logarithmic"
38#define LV2_PORT_PROPS__notAutomatic LV2_PORT_PROPS_PREFIX "notAutomatic"
39#define LV2_PORT_PROPS__notOnGUI LV2_PORT_PROPS_PREFIX "notOnGUI"
40#define LV2_PORT_PROPS__rangeSteps LV2_PORT_PROPS_PREFIX "rangeSteps"
41#define LV2_PORT_PROPS__supportsStrictBounds LV2_PORT_PROPS_PREFIX "supportsStrictBounds"
42#define LV2_PORT_PROPS__trigger LV2_PORT_PROPS_PREFIX "trigger"