![]() |
Ardour
9.0-pre0-1851-g4ef4288b2a
|
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 174 of file lv2_extensions.h.
#define LV2_ROUTING_PREFIX LV2_ROUTING_URI "#" |
Definition at line 173 of file lv2_extensions.h.
#define LV2_ROUTING_URI "http://harrisonconsoles.com/lv2/routing" |
Definition at line 172 of file lv2_extensions.h.