summaryrefslogtreecommitdiffstats
path: root/src/server/LV2Block.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/LV2Block.hpp')
-rw-r--r--src/server/LV2Block.hpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/server/LV2Block.hpp b/src/server/LV2Block.hpp
index 321fcd9c..35a2d5c3 100644
--- a/src/server/LV2Block.hpp
+++ b/src/server/LV2Block.hpp
@@ -56,11 +56,13 @@ public:
void work(uint32_t size, const void* data);
- void process(ProcessContext& context);
+ void run(ProcessContext& context);
+ void post_process(ProcessContext& context);
- void set_port_buffer(uint32_t voice,
- uint32_t port_num,
- BufferRef buf);
+ void set_port_buffer(uint32_t voice,
+ uint32_t port_num,
+ BufferRef buf,
+ SampleCount offset);
protected:
SPtr<LilvInstance> make_instance(URIs& uris,