change metric-scale on the sides of meterbridge when scrolling

This commit is contained in:
Robin Gareus 2013-07-29 15:26:36 +02:00 committed by Paul Davis
parent 8eaaede05d
commit 244f233d9e
4 changed files with 59 additions and 0 deletions

View file

@ -147,6 +147,12 @@ class Meterbridge :
void parameter_changed (std::string const & p);
void on_theme_changed ();
void on_scroll ();
sigc::connection scroll_connection;
int _mm_left, _mm_right;
ARDOUR::MeterType _mt_left, _mt_right;
};
#endif