diff options
author | David Robillard <d@drobilla.net> | 2014-02-02 18:44:27 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-02-02 18:44:27 +0000 |
commit | 9de25ab8525edac98187221815fa2867687b26f0 (patch) | |
tree | 875bfc8f30e0d0505fd8716a012597ed6e0da795 /ingen/client | |
parent | db9c2f21eaf8952cf17a06db508879d61e6d007f (diff) | |
download | ingen-9de25ab8525edac98187221815fa2867687b26f0.tar.gz ingen-9de25ab8525edac98187221815fa2867687b26f0.tar.bz2 ingen-9de25ab8525edac98187221815fa2867687b26f0.zip |
Disable responses in the usual case where the UI doesn't care.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5333 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ingen/client')
-rw-r--r-- | ingen/client/GraphModel.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ingen/client/GraphModel.hpp b/ingen/client/GraphModel.hpp index 7a899ecb..2b166fd3 100644 --- a/ingen/client/GraphModel.hpp +++ b/ingen/client/GraphModel.hpp @@ -60,6 +60,7 @@ private: void clear(); void add_child(SPtr<ObjectModel> c); bool remove_child(SPtr<ObjectModel> c); + void remove_arcs_on(SPtr<PortModel> p); void add_arc(SPtr<ArcModel> arc); void remove_arc(const Ingen::Node* tail, |