From 86f24d20e1616ffaafc97de65db49fd6a91270f8 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 16 Jun 2009 14:58:33 +0000 Subject: first pass (ok, third really) at internal send+return - audio routing inside ardour without JACK. lots still to do, but at least the obvious works git-svn-id: svn://localhost/ardour2/branches/3.0@5202 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/meter.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libs/ardour/meter.cc') diff --git a/libs/ardour/meter.cc b/libs/ardour/meter.cc index 0675e14cef..50bd290754 100644 --- a/libs/ardour/meter.cc +++ b/libs/ardour/meter.cc @@ -109,6 +109,11 @@ PeakMeter::run (BufferSet& bufs, sframes_t start_frame, sframes_t end_frame, nfr } } +PeakMeter::PeakMeter (Session& s, const XMLNode& node) + : Processor (s, node) +{ +} + void PeakMeter::reset () { -- cgit v1.2.3