summaryrefslogtreecommitdiffstats
path: root/src/gui/Port.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-08-11 16:23:56 +0000
committerDavid Robillard <d@drobilla.net>2012-08-11 16:23:56 +0000
commit885c186ed6427e7912faadfad7cc91692092efcb (patch)
tree4089c1fff96e4e051fa732cf54c0e79ca06f5bc8 /src/gui/Port.hpp
parent27a7db9c0055475adb3488cea2e7cf9800728a0d (diff)
downloadingen-885c186ed6427e7912faadfad7cc91692092efcb.tar.gz
ingen-885c186ed6427e7912faadfad7cc91692092efcb.tar.bz2
ingen-885c186ed6427e7912faadfad7cc91692092efcb.zip
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
Diffstat (limited to 'src/gui/Port.hpp')
-rw-r--r--src/gui/Port.hpp1
1 files changed, 1 insertions, 0 deletions
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<Client::PortModel> port);
void set_selected(gboolean b);