summaryrefslogtreecommitdiffstats
path: root/src/engine/ingen.lv2
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/ingen.lv2')
-rw-r--r--src/engine/ingen.lv2/ingen_lv2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/ingen.lv2/ingen_lv2.cpp b/src/engine/ingen.lv2/ingen_lv2.cpp
index fb145c53..424df46c 100644
--- a/src/engine/ingen.lv2/ingen_lv2.cpp
+++ b/src/engine/ingen.lv2/ingen_lv2.cpp
@@ -48,7 +48,7 @@ struct IngenLV2Driver : public Ingen::Driver {
bool is_activated() const { return true; }
void run(uint32_t nframes) {
- _context.set_time_slice(nframes, _frame_time, _frame_time + nframes);
+ _context.locate(_frame_time, nframes, 0);
if (_root_patch)
_root_patch->process(_context);
_frame_time += nframes;