summaryrefslogtreecommitdiff
path: root/libs/ardour/meter.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-05-01 23:26:14 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-05-01 23:26:14 +0000
commit0c7b7216efc71e9b3851f1b43f2191a99619ff25 (patch)
treeb957a47485c09a107bcce162d1bcf25caa81800a /libs/ardour/meter.cc
parentcdaec2d09e86e28d38d5d472a90032984b0bfcb0 (diff)
initial fixes to get build to work without new JACK MIDI, and to get it running with an older session, at least somewhat
git-svn-id: svn://localhost/ardour2/branches/midi@1773 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/meter.cc')
-rw-r--r--libs/ardour/meter.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/meter.cc b/libs/ardour/meter.cc
index 1812fbf053..d571a9006c 100644
--- a/libs/ardour/meter.cc
+++ b/libs/ardour/meter.cc
@@ -72,7 +72,7 @@ PeakMeter::setup (const ChanCount& in)
while (_peak_power.size() > limit) {
_peak_power.pop_back();
_visible_peak_power.pop_back();
- _max_peak_power.push_back(minus_infinity());
+ _max_peak_power.pop_back();
}
while (_peak_power.size() < limit) {