From 325671e20afa56f5c796d14ce9bb76146a232f0b Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 10 Mar 2010 17:31:16 +0000 Subject: how about that ... a monitor/main section .. GUI is still unfinished .. several small fixes to processor loading/listen mgmt and a few debug output lines rmeoved. knob images are provisional, and can be found in icons/knob.png and related files git-svn-id: svn://localhost/ardour2/branches/3.0@6744 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/internal_send.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/ardour/internal_send.h') diff --git a/libs/ardour/ardour/internal_send.h b/libs/ardour/ardour/internal_send.h index 243106fb54..ad498b852d 100644 --- a/libs/ardour/ardour/internal_send.h +++ b/libs/ardour/ardour/internal_send.h @@ -47,6 +47,7 @@ class InternalSend : public Send void set_block_size (nframes_t); boost::shared_ptr target_route() const { return _send_to; } + const PBD::ID& target_id() const { return _send_to_id; } private: BufferSet mixbufs; -- cgit v1.2.3