From 70fe3489c52339e0f9b38241b1ebe56470b9b210 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 25 Oct 2015 18:16:15 +0000 Subject: Fix explicit sequence port monitoring Patch from Robin Gareus. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5786 a436a847-0d15-0410-975c-d299462d15a1 --- ingen/client/PluginUI.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'ingen') diff --git a/ingen/client/PluginUI.hpp b/ingen/client/PluginUI.hpp index 1ccadc58..d4d47e3b 100644 --- a/ingen/client/PluginUI.hpp +++ b/ingen/client/PluginUI.hpp @@ -59,6 +59,7 @@ public: * no widget and the UI can not be used. */ bool instantiate(); + bool instantiated () { return _instance != NULL; } SuilWidget get_widget(); -- cgit v1.2.1