From 885c186ed6427e7912faadfad7cc91692092efcb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 11 Aug 2012 16:23:56 +0000 Subject: Reset peaks on disconnected inputs on the client side, reducing bandwidth and fixing a notification race crash caused on deletion. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4656 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/Port.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/Port.hpp') diff --git a/src/gui/Port.hpp b/src/gui/Port.hpp index 66f30f79..d94f9511 100644 --- a/src/gui/Port.hpp +++ b/src/gui/Port.hpp @@ -61,6 +61,7 @@ public: void value_changed(const Raul::Atom& value); void activity(const Raul::Atom& value); + void disconnected_from(SharedPtr port); void set_selected(gboolean b); -- cgit v1.2.1