From 83d366452af8e93f0722658d730528d699f21e2b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 9 Mar 2017 08:33:21 +0100 Subject: Preliminary port groups work --- ingen/client/BlockModel.hpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ingen/client') diff --git a/ingen/client/BlockModel.hpp b/ingen/client/BlockModel.hpp index e689414c..bd8b336a 100644 --- a/ingen/client/BlockModel.hpp +++ b/ingen/client/BlockModel.hpp @@ -36,8 +36,9 @@ class URIs; namespace Client { -class PluginModel; class ClientStore; +class GroupModel; +class PluginModel; /** Block model class, used by the client to store engine's state. * @@ -81,6 +82,8 @@ public: // Signals INGEN_SIGNAL(new_port, void, SPtr); INGEN_SIGNAL(removed_port, void, SPtr); + INGEN_SIGNAL(new_group, void, SPtr); + INGEN_SIGNAL(removed_group, void, SPtr); protected: friend class ClientStore; -- cgit v1.2.1