mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Set SMF::open option, do not scan since information is not needed
This commit is contained in:
parent
e09913ced7
commit
bfe655775a
1 changed files with 1 additions and 1 deletions
|
|
@ -395,7 +395,7 @@ Editor::do_import (vector<string> paths,
|
|||
|
||||
Evoral::SMF smf;
|
||||
|
||||
if (smf.open (*a)) {
|
||||
if (smf.open (*a, 1, false)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue