mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 12:16:30 +01:00
lots more fidgety work on automation. sort of works now, but undo/redo needs attention
git-svn-id: svn://localhost/ardour2/branches/3.0@13047 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
539b94490f
commit
3c252e9321
11 changed files with 249 additions and 86 deletions
|
|
@ -300,8 +300,6 @@ MidiSource::mark_write_starting_now ()
|
|||
|
||||
set_timeline_position (_session.transport_frame ());
|
||||
_last_write_end = _session.transport_frame ();
|
||||
cerr << name() << " last write set to " << _last_write_end << endl;
|
||||
|
||||
}
|
||||
|
||||
void
|
||||
|
|
@ -388,7 +386,7 @@ MidiSource::session_saved()
|
|||
*/
|
||||
|
||||
if (_model && _model->edited()) {
|
||||
|
||||
|
||||
// if the model is edited, write its contents into
|
||||
// the current source file (overwiting previous contents.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue