diff options
author | David Robillard <d@drobilla.net> | 2012-03-26 19:35:21 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-03-26 19:35:21 +0000 |
commit | fb451c37b08366e1fa52762fe928e607c599dee4 (patch) | |
tree | c4543decc6b0e82282053f7ccc5200c3fd4b42e5 /ChangeLog | |
parent | 8a7e27e70ad3df76cc1fb69820bde805cba18c3e (diff) | |
download | lilv-fb451c37b08366e1fa52762fe928e607c599dee4.tar.gz lilv-fb451c37b08366e1fa52762fe928e607c599dee4.tar.bz2 lilv-fb451c37b08366e1fa52762fe928e607c599dee4.zip |
lilv_plugin_get_port_by_parameter() => lilv_plugin_get_port_by_designation().
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4109 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ lilv (UNRELEASED) unstable; urgency=low * Update old references to lv2_list (now lv2ls) * Support compilation as C++ under MSVC++. * Remove use of wordexp. - * Add lilv_plugin_get_port_by_property() and lilv_port_get_index() as an + * Add lilv_plugin_get_port_by_designation() and lilv_port_get_index() as an improved generic alternative to lilv_plugin_get_latency_port_index(). -- David Robillard <d@drobilla.net> (UNRELEASED) |