summaryrefslogtreecommitdiffstats
path: root/bindings/test/bindings_test_plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/test/bindings_test_plugin.c')
-rw-r--r--bindings/test/bindings_test_plugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bindings/test/bindings_test_plugin.c b/bindings/test/bindings_test_plugin.c
index 86f6fba..3d6c763 100644
--- a/bindings/test/bindings_test_plugin.c
+++ b/bindings/test/bindings_test_plugin.c
@@ -54,7 +54,7 @@ typedef enum {
every instance method. In this simple plugin, only port buffers need to be
stored, since there is no additional instance data. */
typedef struct {
- // Port buffers
+ float* buf;
} Test;
/**
@@ -179,7 +179,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.
*/