X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Fmeter.h;h=4a9f8305ad3bb454fe096702bb22f93dd89c2ad4;hb=33c61757fc8352fdb1280bca28b54d1adee183ff;hp=e7317f854f221da212146849c212e52267e5e28a;hpb=173a8894e370eb4494d3dd996abb61b22913b466;p=ardour.git diff --git a/libs/ardour/ardour/meter.h b/libs/ardour/ardour/meter.h index e7317f854f..4a9f8305ad 100644 --- a/libs/ardour/ardour/meter.h +++ b/libs/ardour/ardour/meter.h @@ -53,7 +53,7 @@ public: bool can_support_io_configuration (const ChanCount& in, ChanCount& out) const; bool configure_io (ChanCount in, ChanCount out); - + /* special method for meter, to ensure that it can always handle the maximum number of streams in the route, no matter where we put it. */ @@ -90,7 +90,7 @@ public: } XMLNode& state (bool full); - + private: friend class IO; @@ -99,7 +99,7 @@ private: * as it can be altered outside a ::configure_io by ::reflect_inputs. */ ChanCount current_meters; - + std::vector _peak_power; std::vector _visible_peak_power; std::vector _max_peak_power;