summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-02-25 01:18:40 +0000
committerDavid Robillard <d@drobilla.net>2010-02-25 01:18:40 +0000
commit0110d07a0f1499890487fe6939edc36b7aa63353 (patch)
tree3c6c2f4c77d41595c88f8bf4a276146ccd5009bd /src
parent824d9d4457ccb1fc8183d6e94e0b4b4be35b198f (diff)
downloadingen-0110d07a0f1499890487fe6939edc36b7aa63353.tar.gz
ingen-0110d07a0f1499890487fe6939edc36b7aa63353.tar.bz2
ingen-0110d07a0f1499890487fe6939edc36b7aa63353.zip
Fix cross-context (audio -> message) connections.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2489 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r--src/engine/ConnectionImpl.cpp1
1 files changed, 1 insertions, 0 deletions
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);