mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 02:56:35 +01:00
initial pass at session-renaming functionality
git-svn-id: svn://localhost/ardour2/branches/3.0@9876 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
2d83ffc45a
commit
a5efa9a500
13 changed files with 263 additions and 21 deletions
|
|
@ -551,8 +551,8 @@ SMFSource::load_model (bool lock, bool force_reload)
|
|||
have_event_id = false;
|
||||
}
|
||||
|
||||
//_model->end_write (_length_beats, false, true);
|
||||
_model->end_write (false);
|
||||
_model->end_write (_length_beats, false, true);
|
||||
//_model->end_write (false);
|
||||
_model->set_edited (false);
|
||||
|
||||
_model_iter = _model->begin();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue