mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 09:27:39 +01:00
Fix tempo-map backward compatibility
Moving forward tempo-type is saved without `Tempo::` prefix again.
This commit is contained in:
parent
b61f84e872
commit
8a371bcaa2
1 changed files with 5 additions and 2 deletions
|
|
@ -57,9 +57,12 @@ setup_libtemporal_enums ()
|
|||
REGISTER(_OverlapType);
|
||||
|
||||
|
||||
REGISTER_ENUM (Tempo::Ramped);
|
||||
REGISTER_ENUM (Tempo::Constant);
|
||||
REGISTER_CLASS_ENUM (Tempo, Ramped);
|
||||
REGISTER_CLASS_ENUM (Tempo, Constant);
|
||||
REGISTER (_TempoType);
|
||||
|
||||
enum_writer.add_to_hack_table ("Tempo::Ramped", "Ramped");
|
||||
enum_writer.add_to_hack_table ("Tempo::Constant", "Constant");
|
||||
}
|
||||
|
||||
void Temporal::init ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue