summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/internal_send.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-01-14 23:31:55 +0000
committerCarl Hetherington <carl@carlh.net>2012-01-14 23:31:55 +0000
commit36ec03358fd3f124217416f3db67f9f1aba72aa9 (patch)
tree84bf5f4810f45ff1eb091f208b50d23b1afd191f /libs/ardour/ardour/internal_send.h
parentb087721d8aaf9470833414d01a72d826162946ab (diff)
Remove thought-to-be-unnecessary setup of Delivery::_no_outs_cuz_we_no_monitor
at the start of each cycle; it is set up at the start of Route::process_output_buffers. git-svn-id: svn://localhost/ardour2/branches/3.0@11247 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/internal_send.h')
-rw-r--r--libs/ardour/ardour/internal_send.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/ardour/internal_send.h b/libs/ardour/ardour/internal_send.h
index a185d07dfd..8bfb0de887 100644
--- a/libs/ardour/ardour/internal_send.h
+++ b/libs/ardour/ardour/internal_send.h
@@ -56,6 +56,8 @@ class InternalSend : public Send
void set_can_pan (bool yn);
uint32_t pan_outs () const;
+ static PBD::Signal1<void, pframes_t> CycleStart;
+
private:
BufferSet mixbufs;
boost::shared_ptr<Route> _send_to;