mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
update GUI to use new APIs
This commit is contained in:
parent
394bd8f428
commit
1db9ce4c90
4 changed files with 54 additions and 152 deletions
|
|
@ -106,8 +106,8 @@ public:
|
|||
|
||||
void hide ();
|
||||
void set_height (guint32);
|
||||
void set_uses_gain_mapping (bool yn);
|
||||
bool get_uses_gain_mapping () const { return _uses_gain_mapping; }
|
||||
|
||||
bool get_uses_gain_mapping () const;
|
||||
|
||||
TimeAxisView& trackview;
|
||||
|
||||
|
|
@ -172,7 +172,6 @@ protected:
|
|||
|
||||
VisibleAspects _visible;
|
||||
|
||||
bool _uses_gain_mapping;
|
||||
bool terminal_points_can_slide;
|
||||
bool update_pending;
|
||||
bool have_timeout;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue