Go to the source code of this file.
◆ BINARY_FILE_CHECK_BUFFER_SIZE
#define BINARY_FILE_CHECK_BUFFER_SIZE 1024 |
◆ DESC
#define DESC XO("List of Files in basic text format") |
◆ DoImportMIDIProject()
Definition at line 322 of file ImportLOF.cpp.
324{
326 if ( !pProject )
328 auto cleanup = finally( [&]
330
332 pNewProject = nullptr;
333 return pProject;
334 }
335 else
336 return nullptr;
337}
bool DoImportMIDI(AudacityProject &project, const FilePath &fileName)
AUDACITY_DLL_API wxFrame & GetProjectFrame(AudacityProject &project)
Get the top-level window associated with the project (as a wxFrame only, when you do not need to use ...
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
static AudacityProject * New()
References DoImportMIDI(), GetProjectFrame(), and ProjectManager::New().
Referenced by LOFImportFileHandle::lofOpenFiles().
◆ exts
◆ registered
Initial value:{ "LOF",
std::make_unique< LOFImportPlugin >()
}
Definition at line 315 of file ImportLOF.cpp.