diff options
Diffstat (limited to 'plugins/eg-amp.lv2/amp.c')
-rw-r--r-- | plugins/eg-amp.lv2/amp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/eg-amp.lv2/amp.c b/plugins/eg-amp.lv2/amp.c index eea9861..2aa39c4 100644 --- a/plugins/eg-amp.lv2/amp.c +++ b/plugins/eg-amp.lv2/amp.c @@ -214,7 +214,7 @@ static const LV2_Descriptor descriptor = { indices to find all the plugins defined in the library. The index is not an indentifier, the URI of the returned descriptor is used to determine the identify of the plugin. - + This method is in the ``discovery'' threading class, so no other functions or methods in this plugin library will be called concurrently with it. */ |