mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 20:26:30 +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;
|
Evoral::SMF smf;
|
||||||
|
|
||||||
if (smf.open (*a)) {
|
if (smf.open (*a, 1, false)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue