![]() |
Audacity 3.2.0
|
#include <wx/defs.h>#include <wx/ffile.h>#include <wx/frame.h>#include "WrapAllegro.h"#include "Import.h"#include "ImportPlugin.h"#include "ImportProgressListener.h"#include "NoteTrack.h"#include "tracks/playabletrack/notetrack/ui/NoteTrackDisplayData.h"#include "Project.h"#include "ProjectFileIO.h"#include "ProjectHistory.h"#include "Viewport.h"#include "ProjectWindows.h"#include "SelectFile.h"#include "SelectUtilities.h"#include "AudacityMessageBox.h"#include "widgets/FileHistory.h"#include "ProgressDialog.h"#include "CommandContext.h"#include "MenuRegistry.h"#include "CommonCommandFlags.h"#include "ModuleConstants.h"Go to the source code of this file.
Classes | |
| struct | anonymous_namespace{ImportMIDI.cpp}::MIDIImportFileHandle |
| class | anonymous_namespace{ImportMIDI.cpp}::MIDIImportPlugin |
Namespaces | |
| namespace | anonymous_namespace{ImportMIDI.cpp} |
Functions | |
| bool | anonymous_namespace{ImportMIDI.cpp}::ImportMIDI (const FilePath &fName, NoteTrack *dest) |
| bool | anonymous_namespace{ImportMIDI.cpp}::DoImportMIDI (AudacityProject &project, const FilePath &fileName) |
| void | anonymous_namespace{ImportMIDI.cpp}::OnImportMIDI (const CommandContext &context) |
Variables | |
| AttachedItem | anonymous_namespace{ImportMIDI.cpp}::sAttachment |
| constexpr auto | anonymous_namespace{ImportMIDI.cpp}::exts |
| const auto | anonymous_namespace{ImportMIDI.cpp}::DESC = XO("MIDI files") |
| Importer::RegisteredImportPlugin | anonymous_namespace{ImportMIDI.cpp}::registered |