mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
add arguments (unusued) to control whether or not SMF tempo map is used during import
This commit is contained in:
parent
8436f392b6
commit
e487014e56
1 changed files with 5 additions and 0 deletions
|
|
@ -698,6 +698,11 @@ namespace ARDOUR {
|
|||
SMFInstrumentName
|
||||
};
|
||||
|
||||
enum MidiTempoMapDisposition {
|
||||
SMFTempoIgnore,
|
||||
SMFTempoUse,
|
||||
};
|
||||
|
||||
} // namespace ARDOUR
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue