From 26d7e8e9399ef49a37463188cd2f841537c9bb4d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 21 Dec 2012 22:41:43 +0000 Subject: Gracefully ignore plugins which require unsupported features or have unknown port types. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4882 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/LV2Options.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/server/LV2Options.hpp') diff --git a/src/server/LV2Options.hpp b/src/server/LV2Options.hpp index ee8e3ee6..5f100f2a 100644 --- a/src/server/LV2Options.hpp +++ b/src/server/LV2Options.hpp @@ -48,7 +48,9 @@ struct LV2Options : public Ingen::LV2Features::Feature { engine.world()->uris().atom_Sequence); } } - + + const char* uri() const { return LV2_OPTIONS__options; } + SharedPtr feature(World* w, Node* n) { BlockImpl* block = dynamic_cast(n); if (!block) { -- cgit v1.2.1