add arguments (unusued) to control whether or not SMF tempo map is used during import
This commit is contained in:
@@ -698,6 +698,11 @@ namespace ARDOUR {
|
||||
SMFInstrumentName
|
||||
};
|
||||
|
||||
enum MidiTempoMapDisposition {
|
||||
SMFTempoIgnore,
|
||||
SMFTempoUse,
|
||||
};
|
||||
|
||||
} // namespace ARDOUR
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user