diff options
Diffstat (limited to 'src/engine/LV2Node.hpp')
-rw-r--r-- | src/engine/LV2Node.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/engine/LV2Node.hpp b/src/engine/LV2Node.hpp index 4d751f32..8b7a7bc3 100644 --- a/src/engine/LV2Node.hpp +++ b/src/engine/LV2Node.hpp @@ -58,7 +58,8 @@ public: void process(ProcessContext& context); - void set_port_buffer(uint32_t voice, uint32_t port_num, IntrusivePtr<Buffer> buf); + void set_port_buffer(uint32_t voice, uint32_t port_num, + IntrusivePtr<Buffer> buf, SampleCount offset); protected: inline SLV2Instance instance(uint32_t voice) { return (SLV2Instance)(*_instances)[voice].get(); } |