mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
Shut up.
git-svn-id: svn://localhost/ardour2/branches/3.0@5042 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
3a6fa245c2
commit
c892bc35c8
1 changed files with 0 additions and 4 deletions
|
|
@ -98,8 +98,6 @@ PeakMeter::reset_max ()
|
|||
bool
|
||||
PeakMeter::configure_io (ChanCount in, ChanCount out)
|
||||
{
|
||||
cerr << "METER CONFIGURE IO " << in << " -> " << out << endl;
|
||||
|
||||
/* we're transparent no matter what. fight the power. */
|
||||
if (out != in) {
|
||||
return false;
|
||||
|
|
@ -107,8 +105,6 @@ PeakMeter::configure_io (ChanCount in, ChanCount out)
|
|||
|
||||
uint32_t limit = in.n_total();
|
||||
|
||||
cerr << "METER LIMIT " << limit << endl;
|
||||
|
||||
while (_peak_power.size() > limit) {
|
||||
_peak_power.pop_back();
|
||||
_visible_peak_power.pop_back();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue