mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-14 10:36:34 +01:00
destructive track work: regions now display offset by bwf timeline reference, cannot rec-enable before session start
git-svn-id: svn://localhost/ardour2/trunk@681 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f0484eee89
commit
edde9b5983
15 changed files with 158 additions and 80 deletions
|
|
@ -88,7 +88,7 @@ PanAutomationTimeAxisView::add_automation_event (ArdourCanvas::Item* item, GdkEv
|
|||
_session.begin_reversible_command (_("add pan automation event"));
|
||||
_session.add_undo (alist.get_memento());
|
||||
alist.add (when, y);
|
||||
_session.add_undo (alist.get_memento());
|
||||
_session.add_redo_no_execute (alist.get_memento());
|
||||
_session.commit_reversible_command ();
|
||||
_session.set_dirty ();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue