summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/internal_send.h
diff options
context:
space:
mode:
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;