mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 12:16:30 +01:00
fix session loading
git-svn-id: svn://localhost/ardour2/branches/3.0@6967 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
3bfb8ce383
commit
4cd13b606f
1 changed files with 1 additions and 0 deletions
|
|
@ -515,6 +515,7 @@ Session::create (const string& mix_template, nframes_t initial_length, BusProfil
|
|||
|
||||
if (out){
|
||||
out << in.rdbuf();
|
||||
_is_new = false;
|
||||
return 0;
|
||||
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue