From 0110d07a0f1499890487fe6939edc36b7aa63353 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 25 Feb 2010 01:18:40 +0000 Subject: Fix cross-context (audio -> message) connections. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2489 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/ConnectionImpl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/engine/ConnectionImpl.cpp b/src/engine/ConnectionImpl.cpp index e555509d..02955757 100644 --- a/src/engine/ConnectionImpl.cpp +++ b/src/engine/ConnectionImpl.cpp @@ -163,6 +163,7 @@ ConnectionImpl::queue(Context& context) return; } + src_buf->rewind(); while (src_buf->is_valid()) { LV2_Event* ev = src_buf->get_event(); LV2_Object* obj = LV2_OBJECT_FROM_EVENT(ev); -- cgit v1.2.1