summaryrefslogtreecommitdiffstats
path: root/ingen
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-26 23:30:35 +0000
committerDavid Robillard <d@drobilla.net>2012-04-26 23:30:35 +0000
commitb9de87b822a4fd61ffd4f0c899f7b8f81955c3f1 (patch)
tree59eb1a1fa7b239ede24e0f29c9a07abd81b5a3c5 /ingen
parent35edd6670930041f8d655612a275b2d453fc5c56 (diff)
downloadingen-b9de87b822a4fd61ffd4f0c899f7b8f81955c3f1.tar.gz
ingen-b9de87b822a4fd61ffd4f0c899f7b8f81955c3f1.tar.bz2
ingen-b9de87b822a4fd61ffd4f0c899f7b8f81955c3f1.zip
Implement delta via atoms.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4278 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ingen')
-rw-r--r--ingen/shared/AtomReader.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/ingen/shared/AtomReader.hpp b/ingen/shared/AtomReader.hpp
index aa77a38f..7cbacd29 100644
--- a/ingen/shared/AtomReader.hpp
+++ b/ingen/shared/AtomReader.hpp
@@ -41,6 +41,9 @@ public:
void write(const LV2_Atom* msg);
private:
+ void get_props(const LV2_Atom_Object* obj,
+ Ingen::Resource::Properties& props);
+
LV2URIMap& _map;
URIs& _uris;
Forge& _forge;