#include "Import.h"
#include "Tags.h"
#include <wx/wx.h>
#include <wx/ffile.h>
#include <wx/checkbox.h>
#include <wx/stattext.h>
#include "sndfile.h"
#include "ShuttleGui.h"
#include "ProgressDialog.h"
#include "../FileFormats.h"
#include "Prefs.h"
#include "WaveTrack.h"
#include "ImportPlugin.h"
#include <algorithm>
Go to the source code of this file.
|
#define | DESC XO("WAV, AIFF, and other uncompressed types") |
|
◆ DESC
#define DESC XO("WAV, AIFF, and other uncompressed types") |
◆ NewChannelGroup
◆ registered
Initial value:{ "PCM",
std::make_unique< PCMImportPlugin >()
}
Definition at line 180 of file ImportPCM.cpp.