From 4ff4c69ff0d22e88b8799f36f277de263232de4f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 24 Feb 2013 01:46:15 +0000 Subject: Don't send port values to UI for audio ports (fix Calf crash). Don't set ingen:value property for non-control ports. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5081 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/NodeModule.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/NodeModule.hpp') diff --git a/src/gui/NodeModule.hpp b/src/gui/NodeModule.hpp index 1092cdf3..e38859ef 100644 --- a/src/gui/NodeModule.hpp +++ b/src/gui/NodeModule.hpp @@ -83,6 +83,7 @@ protected: void new_port_view(SPtr port); void port_activity(uint32_t index, const Atom& value); + void port_value_changed(uint32_t index, const Atom& value); void plugin_changed(); void set_control_values(); -- cgit v1.2.1