diff options
Diffstat (limited to 'src/engine/LADSPANode.hpp')
-rw-r--r-- | src/engine/LADSPANode.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/engine/LADSPANode.hpp b/src/engine/LADSPANode.hpp index 927e6255..ad2073c6 100644 --- a/src/engine/LADSPANode.hpp +++ b/src/engine/LADSPANode.hpp @@ -55,7 +55,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 LADSPA_Handle instance(uint32_t voice) { return (*_instances)[voice]->handle; } |