Revert "refactor pianoroll/cueeditor/audioclipeditor to share code and do the right stuff (compile success stage)"

This reverts commit 01beb00a5f.
This commit is contained in:
Paul Davis 2025-07-17 22:38:05 -06:00
parent 01beb00a5f
commit 7be70d658b
20 changed files with 1238 additions and 1339 deletions

View file

@ -287,6 +287,8 @@ public:
/** @return true if the playhead is currently being dragged, otherwise false */
virtual bool dragging_playhead () const = 0;
virtual samplepos_t leftmost_sample() const = 0;
virtual samplecnt_t current_page_samples() const = 0;
virtual double visible_canvas_height () const = 0;
virtual void ensure_time_axis_view_is_visible (TimeAxisView const & tav, bool at_top = false) = 0;
virtual void override_visible_track_count () = 0;
virtual void scroll_tracks_down_line () = 0;