mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-13 10:06:33 +01:00
Midi pencil undo (not yet serializable).
Formatting fixes for session.h (ie kill more of those damned 8 space expanded tabs). git-svn-id: svn://localhost/ardour2/trunk@2135 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
37c74810d2
commit
f542fa693c
7 changed files with 210 additions and 54 deletions
|
|
@ -787,7 +787,7 @@ SMFSource::load_model(bool lock, bool force_reload)
|
|||
}
|
||||
|
||||
if (! _model)
|
||||
_model = new MidiModel();
|
||||
_model = new MidiModel(_session);
|
||||
|
||||
_model->start_write();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue