From 9a99f038176a7fadc59bbeaa3d3d57f16e4abb74 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 23 Sep 2011 18:11:49 +0000 Subject: Animate audio port colours based on levels. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3475 a436a847-0d15-0410-975c-d299462d15a1 --- include/ingen/client/PortModel.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ingen/client/PortModel.hpp') diff --git a/include/ingen/client/PortModel.hpp b/include/ingen/client/PortModel.hpp index 36ab847f..f3e8f319 100644 --- a/include/ingen/client/PortModel.hpp +++ b/include/ingen/client/PortModel.hpp @@ -80,7 +80,7 @@ public: // Signals INGEN_SIGNAL(value_changed, void, const Raul::Atom&); INGEN_SIGNAL(voice_changed, void, uint32_t, const Raul::Atom&); - INGEN_SIGNAL(activity, void); + INGEN_SIGNAL(activity, void, const Raul::Atom&); INGEN_SIGNAL(connection, void, SharedPtr); INGEN_SIGNAL(disconnection, void, SharedPtr); -- cgit v1.2.1