mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
deframe audio regions as well as MIDI when entering internal edit mode
git-svn-id: svn://localhost/ardour2/branches/3.0@9057 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
80c46cc451
commit
477fca0de0
9 changed files with 75 additions and 53 deletions
|
|
@ -80,6 +80,9 @@ class AudioTimeAxisView : public RouteTimeAxisView
|
|||
guint32 show_at (double y, int& nth, Gtk::VBox *parent);
|
||||
void hide ();
|
||||
|
||||
void enter_internal_edit_mode ();
|
||||
void leave_internal_edit_mode ();
|
||||
|
||||
void create_automation_child (const Evoral::Parameter& param, bool show);
|
||||
|
||||
void first_idle ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue