summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/meter.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-11-26 01:29:11 +0000
committerDavid Robillard <d@drobilla.net>2007-11-26 01:29:11 +0000
commitf2aa62385872367b5402f13a0e02527c54589cd4 (patch)
tree64d1ff343d0cb31daf9e5991c75c74611709da82 /libs/ardour/ardour/meter.h
parent2a391a677d8bf77323fef3dc0eaa6b42b39ac13b (diff)
Use normal Processor run_in_place interface on Meter.
git-svn-id: svn://localhost/ardour2/trunk@2714 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/meter.h')
-rw-r--r--libs/ardour/ardour/meter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/meter.h b/libs/ardour/ardour/meter.h
index c78cdebfb0..e19c0a51ca 100644
--- a/libs/ardour/ardour/meter.h
+++ b/libs/ardour/ardour/meter.h
@@ -43,7 +43,7 @@ public:
bool configure_io (ChanCount in, ChanCount out);
/** Compute peaks */
- void run (BufferSet& bufs, nframes_t start_frame, nframes_t end_frame, nframes_t nframes, nframes_t offset);
+ void run_in_place (BufferSet& bufs, nframes_t start_frame, nframes_t end_frame, nframes_t nframes, nframes_t offset);
float peak_power (uint32_t n) {
if (n < _visible_peak_power.size()) {