Ardour
9.0-pre0-582-g084a23a80d
|
Macros | |
#define | LV2_ROUTING_URI "http://harrisonconsoles.com/lv2/routing" |
#define | LV2_ROUTING_PREFIX LV2_ROUTING_URI "#" |
#define | LV2_ROUTING__connectAllOutputs LV2_ROUTING_PREFIX "connectAllOutputs" |
This is a "feature" to simplify per port meta-data of http://lv2plug.in/ns/ext/port-groups/port-groups.html#source
Plugins using this feature provide a strong hint that the host should always connect all audio output-ports.
This allows mono->stereo plugins to override strict_io rules.
#define LV2_ROUTING__connectAllOutputs LV2_ROUTING_PREFIX "connectAllOutputs" |
Definition at line 206 of file lv2_extensions.h.
#define LV2_ROUTING_PREFIX LV2_ROUTING_URI "#" |
Definition at line 205 of file lv2_extensions.h.
#define LV2_ROUTING_URI "http://harrisonconsoles.com/lv2/routing" |
Definition at line 204 of file lv2_extensions.h.