#include <wx/frame.h>
#include <wx/textfile.h>
#include <wx/tokenzr.h>
#include "FileNames.h"
#include "WaveTrack.h"
#include "ImportPlugin.h"
#include "ImportProgressListener.h"
#include "Import.h"
#include "Project.h"
#include "ProjectHistory.h"
#include "ProjectManager.h"
#include "Viewport.h"
#include "ProjectWindows.h"
#include "ImportUtils.h"
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") |
◆ exts
◆ registered
Initial value:{ "LOF",
std::make_unique< LOFImportPlugin >()
}
Definition at line 334 of file ImportLOF.cpp.