mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
change metric-scale on the sides of meterbridge when scrolling
This commit is contained in:
parent
8eaaede05d
commit
244f233d9e
4 changed files with 59 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue