mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 07:06:23 +01:00
attempt to remove confusion and errors caused by unclear semantics of _is_embedded for FileSources; member renamed _within_session, and is now ALWAYS determined by the _path of the FileSource, never by the creator
git-svn-id: svn://localhost/ardour2/branches/3.0@6213 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
395efbc32d
commit
acdc88f279
22 changed files with 93 additions and 117 deletions
|
|
@ -249,7 +249,7 @@ MidiSource::session_saved()
|
|||
|
||||
boost::shared_ptr<MidiSource> newsrc = boost::dynamic_pointer_cast<MidiSource>(
|
||||
SourceFactory::createWritable(DataType::MIDI, _session,
|
||||
newpath, true, false, _session.frame_rate()));
|
||||
newpath, false, _session.frame_rate()));
|
||||
|
||||
newsrc->set_timeline_position(_timeline_position);
|
||||
_model->write_to(newsrc);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue