45 const auto formatExtensionVersion = formatExtension(
project);
47 if (minVersion < formatExtensionVersion)
48 minVersion = formatExtensionVersion;
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...