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/ClientStore.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ingen/client/ClientStore.hpp') diff --git a/include/ingen/client/ClientStore.hpp b/include/ingen/client/ClientStore.hpp index 05576cdc..a2cb5346 100644 --- a/include/ingen/client/ClientStore.hpp +++ b/include/ingen/client/ClientStore.hpp @@ -121,7 +121,7 @@ private: void bundle_end() {} // Slots for SigClientInterface signals - void activity(const Raul::Path& path); + void activity(const Raul::Path& path, const Raul::Atom& value); bool attempt_connection(const Raul::Path& src_port_path, const Raul::Path& dst_port_path); -- cgit v1.2.1