add arguments (unusued) to control whether or not SMF tempo map is used during import
[ardour.git] / libs / ardour / ardour / types.h
index d65a114ccbdfb9ea1259a1f8c10211418ad7a43e..5e59053aef425e42fad7c1ee37ce87462bfd8a28 100644 (file)
@@ -698,6 +698,11 @@ namespace ARDOUR {
                SMFInstrumentName
        };
 
+       enum MidiTempoMapDisposition {
+               SMFTempoIgnore,
+               SMFTempoUse,
+       };
+
 } // namespace ARDOUR