summaryrefslogtreecommitdiffstats
path: root/src/server/LV2Node.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/LV2Node.hpp')
-rw-r--r--src/server/LV2Node.hpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/server/LV2Node.hpp b/src/server/LV2Node.hpp
index 104c64d9..b83cf943 100644
--- a/src/server/LV2Node.hpp
+++ b/src/server/LV2Node.hpp
@@ -59,10 +59,9 @@ public:
void process(ProcessContext& context);
- void set_port_buffer(uint32_t voice,
- uint32_t port_num,
- BufferRef buf,
- SampleCount offset);
+ void set_port_buffer(uint32_t voice,
+ uint32_t port_num,
+ BufferRef buf);
protected:
SharedPtr<LilvInstance> make_instance(URIs& uris,