From 55731e738041c0b51a9a759dbf3d2347788a552d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 22 Dec 2012 19:47:26 +0000 Subject: Fix set messages via atom interface (e.g. port controls in LV2 patcher UI) git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4887 a436a847-0d15-0410-975c-d299462d15a1 --- src/AtomReader.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/AtomReader.cpp') diff --git a/src/AtomReader.cpp b/src/AtomReader.cpp index f7b95177..c12ce3d7 100644 --- a/src/AtomReader.cpp +++ b/src/AtomReader.cpp @@ -107,6 +107,7 @@ AtomReader::is_message(URIs& uris, const LV2_Atom* msg) return (obj->body.otype == uris.patch_Get || obj->body.otype == uris.patch_Delete || obj->body.otype == uris.patch_Put || + obj->body.otype == uris.patch_Set || obj->body.otype == uris.patch_Patch || obj->body.otype == uris.patch_Move || obj->body.otype == uris.patch_Response); -- cgit v1.2.1