mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
r316@gandalf: fugalh | 2006-08-11 17:06:48 -0600
Reconstitution. Comiples, untested. git-svn-id: svn://localhost/ardour2/branches/undo@797 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f995ac3786
commit
57f7f71ce3
33 changed files with 335 additions and 171 deletions
|
|
@ -67,7 +67,7 @@ GainAutomationTimeAxisView::add_automation_event (ArdourCanvas::Item* item, GdkE
|
|||
XMLNode &before = curve.get_state();
|
||||
curve.add (when, y);
|
||||
XMLNode &after = curve.get_state();
|
||||
_session.add_command(new MementoCommand<ARDOUR::Curve>(curve, before, after));
|
||||
_session.add_command(new MementoCommand<ARDOUR::Curve>(curve, &before, &after));
|
||||
_session.commit_reversible_command ();
|
||||
_session.set_dirty ();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue