overhaul meterbridge metrics part one.

This commit is contained in:
Robin Gareus 2013-07-02 22:56:35 +02:00
parent 3c82b99a3b
commit 08167d6ac4
5 changed files with 118 additions and 63 deletions

View file

@ -79,6 +79,9 @@ class Meterbridge :
std::list<MeterStrip *> strips;
MeterStrip *metrics_left;
MeterStrip *metrics_right;
static const int32_t default_width = 600;
static const int32_t default_height = 400;