From ca3c9cae6e36b3d7d0f0192fe6eb46d5e33dd2e9 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 11 Jun 2014 17:14:18 +0200 Subject: basic integration of delaylines (still un-nused) --- libs/ardour/ardour/route.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libs/ardour/ardour/route.h') diff --git a/libs/ardour/ardour/route.h b/libs/ardour/ardour/route.h index 7eb115490d..ff06724731 100644 --- a/libs/ardour/ardour/route.h +++ b/libs/ardour/ardour/route.h @@ -54,6 +54,7 @@ namespace ARDOUR { class Amp; +class DelayLine; class Delivery; class IOProcessor; class Panner; @@ -190,6 +191,7 @@ class LIBARDOUR_API Route : public SessionObject, public Automatable, public Rou PeakMeter& peak_meter() { return *_meter.get(); } const PeakMeter& peak_meter() const { return *_meter.get(); } boost::shared_ptr shared_peak_meter() const { return _meter; } + boost::shared_ptr delay_line() const { return _delayline; } void flush_processors (); @@ -547,6 +549,7 @@ class LIBARDOUR_API Route : public SessionObject, public Automatable, public Rou boost::shared_ptr _amp; boost::shared_ptr _meter; + boost::shared_ptr _delayline; boost::shared_ptr the_instrument_unlocked() const; -- cgit v1.2.3