From dd51340700469210bbbff0424f6ebe85d32e9524 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 27 Jan 2013 02:41:16 +0000 Subject: Add note to documentation about loading default plugin state. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5011 a436a847-0d15-0410-975c-d299462d15a1 --- lilv/lilv.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lilv') diff --git a/lilv/lilv.h b/lilv/lilv.h index 9d50def..9ee45b8 100644 --- a/lilv/lilv.h +++ b/lilv/lilv.h @@ -1179,6 +1179,8 @@ lilv_port_get_scale_points(const LilvPlugin* plugin, /** Load a state snapshot from @c world's RDF model. + This function can be used to load the default state of a plugin by passing + the plugin URI as the @p subject parameter. @param subject The subject of the state description (e.g. a preset URI). @return A new LilvState which must be freed with lilv_state_free(). */ -- cgit v1.2.1