add arguments (unusued) to control whether or not SMF tempo map is used during import

This commit is contained in:
Paul Davis 2016-12-16 14:57:10 +00:00
parent 8436f392b6
commit e487014e56

View file

@ -698,6 +698,11 @@ namespace ARDOUR {
SMFInstrumentName
};
enum MidiTempoMapDisposition {
SMFTempoIgnore,
SMFTempoUse,
};
} // namespace ARDOUR