summaryrefslogtreecommitdiffstats
path: root/src/AtomReader.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-01-07 00:23:30 +0000
committerDavid Robillard <d@drobilla.net>2014-01-07 00:23:30 +0000
commit3d7230d539584c70d6a013f7eb206a7bfa62cdca (patch)
tree49e0b5a462ad4f5e1b0e3e7df2112cbb53b8fefe /src/AtomReader.cpp
parentbda15d2d9f5c2d128e2dd35e2a5b102b8374df32 (diff)
downloadingen-3d7230d539584c70d6a013f7eb206a7bfa62cdca.tar.gz
ingen-3d7230d539584c70d6a013f7eb206a7bfa62cdca.tar.bz2
ingen-3d7230d539584c70d6a013f7eb206a7bfa62cdca.zip
Fix delta events (i.e. most communication) via atoms.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5290 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/AtomReader.cpp')
-rw-r--r--src/AtomReader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AtomReader.cpp b/src/AtomReader.cpp
index bc0ddfe8..f7b5a82a 100644
--- a/src/AtomReader.cpp
+++ b/src/AtomReader.cpp
@@ -243,7 +243,7 @@ AtomReader::write(const LV2_Atom* msg)
}
Ingen::Resource::Properties add_props;
- get_props(remove, add_props);
+ get_props(add, add_props);
Ingen::Resource::Properties remove_props;
get_props(remove, remove_props);