mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
initial work on livetrax
This commit is contained in:
parent
ab979bf664
commit
0cf2283f3f
13 changed files with 354 additions and 157 deletions
|
|
@ -105,6 +105,7 @@ class TempoMarker;
|
|||
class TimeAxisView;
|
||||
class VerboseCursor;
|
||||
struct SelectionRect;
|
||||
class SelectionPropertiesBox;
|
||||
|
||||
class DisplaySuspender;
|
||||
|
||||
|
|
@ -600,6 +601,8 @@ public:
|
|||
|
||||
Gtkmm2ext::Bindings* bindings;
|
||||
|
||||
virtual SelectionPropertiesBox& properties_box() const = 0;
|
||||
|
||||
protected:
|
||||
friend class DisplaySuspender;
|
||||
virtual void suspend_route_redisplay () = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue