diff options
author | David Robillard <d@drobilla.net> | 2008-01-21 15:14:53 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-01-21 15:14:53 +0000 |
commit | 0bf92c1f25a854566212e42deafe72ecd2a5f1a1 (patch) | |
tree | 7933e54159426aee99a3c6493d9d4852da094baf /slv2/plugin.h | |
parent | 42aa3c32cdd4c6a0cc1e3372d57ac99511b2f46d (diff) | |
download | lilv-0bf92c1f25a854566212e42deafe72ecd2a5f1a1.tar.gz lilv-0bf92c1f25a854566212e42deafe72ecd2a5f1a1.tar.bz2 lilv-0bf92c1f25a854566212e42deafe72ecd2a5f1a1.zip |
Work on generic LV2 events.
git-svn-id: http://svn.drobilla.net/lad/slv2@1090 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2/plugin.h')
-rw-r--r-- | slv2/plugin.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/slv2/plugin.h b/slv2/plugin.h index e4e5984..3dc63a8 100644 --- a/slv2/plugin.h +++ b/slv2/plugin.h @@ -275,18 +275,6 @@ SLV2Template slv2_plugin_get_template(SLV2Plugin p); -/** Get the number of ports on this plugin of a given direction and/or type. - * - * Use SLV2_PORT_DATA_TYPE_ANY and SLV2_PORT_DIRECTION_ANY for a wildcard. - * - * Time = O(1) - */ -uint32_t -slv2_plugin_get_num_ports_of_type(SLV2Plugin p, - SLV2PortDirection dir, - SLV2PortDataType type); - - /** Return whether or not the plugin introduces (and reports) latency. * * The index of the latency port can be found with slv2_plugin_get_latency_port |