summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/internal_send.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-01-13 10:48:23 +0100
committerPaul Davis <paul@linuxaudiosystems.com>2014-01-13 09:39:50 -0500
commit0da58eeebf513ad1ffea6e8c3ba96d20ab065eb7 (patch)
tree6fe568f24d29c79c4670801699f8b6879196a329 /libs/ardour/ardour/internal_send.h
parentb4dea5309d4c4b675bea6f3514bb2331d228b161 (diff)
update internal-send port-count when target port-count changes
Diffstat (limited to 'libs/ardour/ardour/internal_send.h')
-rw-r--r--libs/ardour/ardour/internal_send.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/internal_send.h b/libs/ardour/ardour/internal_send.h
index 8636a805db..9bfbc4c659 100644
--- a/libs/ardour/ardour/internal_send.h
+++ b/libs/ardour/ardour/internal_send.h
@@ -70,6 +70,7 @@ class LIBARDOUR_API InternalSend : public Send
int connect_when_legal ();
void init_gain ();
int use_target (boost::shared_ptr<Route>);
+ void target_io_changed ();
};
} // namespace ARDOUR