initial work on livetrax

This commit is contained in:
Paul Davis 2024-03-20 06:49:18 -06:00
parent ab979bf664
commit 0cf2283f3f
13 changed files with 354 additions and 157 deletions

View file

@ -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;