#include "Import.h"
#include "ImportPlugin.h"
#include <wx/string.h>
#include <wx/log.h>
#include <stdlib.h>
#include <wavpack/wavpack.h>
#include "Tags.h"
#include "WaveTrack.h"
#include "CodeConversions.h"
#include "ImportUtils.h"
#include "ImportProgressListener.h"
Go to the source code of this file.
|
#define | DESC XO("WavPack files") |
|
◆ DESC
#define DESC XO("WavPack files") |
◆ exts
◆ registered
Initial value:{ "WavPack",
std::make_unique< WavPackImportPlugin >()
}
Definition at line 123 of file ImportWavPack.cpp.