Set SMF::open option, do not scan since information is not needed
This commit is contained in:
parent
e09913ced7
commit
bfe655775a
@ -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…
Reference in New Issue
Block a user