mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
set a boolean flag as needed to break out of MIDI tempo map import
This commit is contained in:
parent
78d56daf0a
commit
600e959db5
1 changed files with 1 additions and 0 deletions
|
|
@ -384,6 +384,7 @@ Editor::do_import (vector<string> paths,
|
||||||
if (!tempo_map_done && smf_tempo_disposition == SMFTempoUse) {
|
if (!tempo_map_done && smf_tempo_disposition == SMFTempoUse) {
|
||||||
if (smf.num_tempos() > 0) {
|
if (smf.num_tempos() > 0) {
|
||||||
import_smf_tempo_map (smf, pos);
|
import_smf_tempo_map (smf, pos);
|
||||||
|
tempo_map_done = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue