Audacity 3.2.0
Classes | Namespaces | Variables
Import.cpp File Reference
#include "Import.h"
#include "ImportPlugin.h"
#include <algorithm>
#include <unordered_set>
#include <wx/log.h>
#include "FileNames.h"
#include "Project.h"
#include "WaveTrack.h"
#include "Prefs.h"
#include "ImportProgressListener.h"
Include dependency graph for Import.cpp:

Go to the source code of this file.

Classes

class  anonymous_namespace{Import.cpp}::ImportProgressResultProxy
 

Namespaces

namespace  anonymous_namespace{Import.cpp}
 

Variables

static const auto anonymous_namespace{Import.cpp}::PathStart = L"Importers"
 
BoolSetting NewImportingSession { L"/NewImportingSession", false }
 

Detailed Description

This file contains a general function which will import almost any type of sampled audio file (including MIDI) and return the tracks that were imported. This function just figures out which one to call; actual importers are registered and exist for PCM, MP3, OGG, LOF, FLAC, AUP, and other formats \

Definition in file Import.cpp.

Variable Documentation

◆ NewImportingSession

BoolSetting NewImportingSession { L"/NewImportingSession", false }