From 980b93d2539d9d35bc769db6605fa9628b46f37f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 8 Nov 2015 04:41:01 +0000 Subject: Add support for instance-access and data-access git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5815 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/LV2Block.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/server/LV2Block.hpp') diff --git a/src/server/LV2Block.hpp b/src/server/LV2Block.hpp index ffb86d0a..e5d41006 100644 --- a/src/server/LV2Block.hpp +++ b/src/server/LV2Block.hpp @@ -48,6 +48,8 @@ public: bool instantiate(BufferFactory& bufs); + LilvInstance* instance() { return instance(0); } + BlockImpl* duplicate(Engine& engine, const Raul::Symbol& symbol, GraphImpl* parent); -- cgit v1.2.1