summaryrefslogtreecommitdiff
path: root/libs/ardour/internal_send.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-06-11 17:14:18 +0200
committerRobin Gareus <robin@gareus.org>2014-06-11 17:14:18 +0200
commitca3c9cae6e36b3d7d0f0192fe6eb46d5e33dd2e9 (patch)
treef90b55d4fd7401834b3f59719f54b424eb5275c0 /libs/ardour/internal_send.cc
parent626b2daa8294e8ddb5526c1c6a9540f72b2bd063 (diff)
basic integration of delaylines (still un-nused)
Diffstat (limited to 'libs/ardour/internal_send.cc')
-rw-r--r--libs/ardour/internal_send.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/internal_send.cc b/libs/ardour/internal_send.cc
index 17a3ca1f42..23d9221086 100644
--- a/libs/ardour/internal_send.cc
+++ b/libs/ardour/internal_send.cc
@@ -202,6 +202,8 @@ InternalSend::run (BufferSet& bufs, framepos_t start_frame, framepos_t end_frame
_amp->setup_gain_automation (start_frame, end_frame, nframes);
_amp->run (mixbufs, start_frame, end_frame, nframes, true);
+ _delayline->run (mixbufs, start_frame, end_frame, nframes, true);
+
/* consider metering */
if (_metering) {