Set SMF::open option, do not scan since information is not needed

This commit is contained in:
Robin Gareus 2022-09-25 02:47:14 +02:00
parent e09913ced7
commit bfe655775a
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -395,7 +395,7 @@ Editor::do_import (vector<string> paths,
Evoral::SMF smf;
if (smf.open (*a)) {
if (smf.open (*a, 1, false)) {
continue;
}