diff options
author | David Robillard <d@drobilla.net> | 2013-08-25 15:38:31 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-08-25 15:38:31 +0000 |
commit | 9b855e16294bedda04a82308f48bbefb6fc5f70d (patch) | |
tree | 648163304b8f6398ac21dd159d4a961f549f7f7e /lilv | |
parent | 1a2dabffe961eb093846f8c8a8462468f740ad97 (diff) | |
download | lilv-9b855e16294bedda04a82308f48bbefb6fc5f70d.tar.gz lilv-9b855e16294bedda04a82308f48bbefb6fc5f70d.tar.bz2 lilv-9b855e16294bedda04a82308f48bbefb6fc5f70d.zip |
Support getting index of designated latency ports.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5158 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'lilv')
-rw-r--r-- | lilv/lilv.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lilv/lilv.h b/lilv/lilv.h index d349fb1..5abe867 100644 --- a/lilv/lilv.h +++ b/lilv/lilv.h @@ -958,7 +958,8 @@ lilv_plugin_get_port_by_symbol(const LilvPlugin* plugin, role of the port, e.g. "left channel" or "gain". If found, the port with matching @a port_class and @a designation is be returned, otherwise NULL is returned. The @a port_class can be used to distinguish the input and output - ports for a particular designation. + ports for a particular designation. If @a port_class is NULL, any port + with the given designation will be returned. */ LILV_API const LilvPort* |