summaryrefslogtreecommitdiffstats
path: root/ingen
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-10-25 18:16:15 +0000
committerDavid Robillard <d@drobilla.net>2015-10-25 18:16:15 +0000
commit70fe3489c52339e0f9b38241b1ebe56470b9b210 (patch)
tree4196f951d1b3bc7e929fa7c442d2cc7268fa3a5f /ingen
parent1a33b800ac6245f59c99d76438feee8a21f04043 (diff)
downloadingen-70fe3489c52339e0f9b38241b1ebe56470b9b210.tar.gz
ingen-70fe3489c52339e0f9b38241b1ebe56470b9b210.tar.bz2
ingen-70fe3489c52339e0f9b38241b1ebe56470b9b210.zip
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
Diffstat (limited to 'ingen')
-rw-r--r--ingen/client/PluginUI.hpp1
1 files changed, 1 insertions, 0 deletions
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();