mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
basics of autoscroll for pianoroll (mostly shared with Editor)
More work to do moving/testing pianoroll autoscroll variant back into EditingContext and sharing it with Editor.
This commit is contained in:
parent
3fccf2b458
commit
48a6e8dfcf
10 changed files with 526 additions and 171 deletions
|
|
@ -1075,7 +1075,7 @@ Editor::get_canvas_viewport() const
|
|||
return _track_canvas_viewport;
|
||||
}
|
||||
|
||||
ArdourCanvas::Canvas*
|
||||
ArdourCanvas::GtkCanvas*
|
||||
Editor::get_canvas() const
|
||||
{
|
||||
return _track_canvas_viewport->canvas();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue