summaryrefslogtreecommitdiffstats
path: root/ingen
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-06-05 19:47:16 +0000
committerDavid Robillard <d@drobilla.net>2012-06-05 19:47:16 +0000
commit50c492d119b240946f35505a71c7ee2f59ed6b4a (patch)
treef730f095ded4bd9f1293f55665a6e8a6b65df8a8 /ingen
parent9c07b402fd51ec42a78d00881e70bf2cc284f0d6 (diff)
downloadingen-50c492d119b240946f35505a71c7ee2f59ed6b4a.tar.gz
ingen-50c492d119b240946f35505a71c7ee2f59ed6b4a.tar.bz2
ingen-50c492d119b240946f35505a71c7ee2f59ed6b4a.zip
Use LV2 buf-size extension.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4493 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ingen')
-rw-r--r--ingen/shared/AtomReader.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ingen/shared/AtomReader.hpp b/ingen/shared/AtomReader.hpp
index 1386d3ba..38c89a2b 100644
--- a/ingen/shared/AtomReader.hpp
+++ b/ingen/shared/AtomReader.hpp
@@ -38,6 +38,8 @@ public:
AtomReader(URIMap& map, URIs& uris, Forge& forge, Interface& iface);
~AtomReader() {}
+ static bool is_message(URIs& uris, const LV2_Atom* msg);
+
bool write(const LV2_Atom* msg);
private: