mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
change design for doing "both" file format changes at once
This commit is contained in:
parent
58dba50f3a
commit
01bd874c3b
1 changed files with 1 additions and 1 deletions
|
|
@ -1407,6 +1407,7 @@ public:
|
||||||
|
|
||||||
void enable_file_format_reset ();
|
void enable_file_format_reset ();
|
||||||
void disable_file_format_reset ();
|
void disable_file_format_reset ();
|
||||||
|
void reset_native_file_format();
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
friend class AudioEngine;
|
friend class AudioEngine;
|
||||||
|
|
@ -2247,7 +2248,6 @@ private:
|
||||||
void controllable_touched (std::weak_ptr<PBD::Controllable>);
|
void controllable_touched (std::weak_ptr<PBD::Controllable>);
|
||||||
std::weak_ptr<PBD::Controllable> _recently_touched_controllable;
|
std::weak_ptr<PBD::Controllable> _recently_touched_controllable;
|
||||||
|
|
||||||
void reset_native_file_format();
|
|
||||||
bool first_file_data_format_reset;
|
bool first_file_data_format_reset;
|
||||||
bool first_file_header_format_reset;
|
bool first_file_header_format_reset;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue