fix import of multiple time signatures.

This commit is contained in:
nick_m 2017-01-05 00:13:43 +11:00
parent 5fac2c66c9
commit 31ef417cfe

View File

@ -292,7 +292,7 @@ Editor::import_smf_tempo_map (Evoral::SMF const & smf)
bbt = new_map.bbt_at_beat ((t->time_pulses/smf.ppqn()));
}
new_map.add_meter (meter, t->time_pulses, bbt, 0, MusicTime);
have_meter = true;
cerr << "@ " << t->time_pulses/smf.ppqn() << " ("
<< t->time_seconds << ") Add T " << tempo << " M " << meter << endl;
}