![]() |
Audacity 3.2.0
|
#include "Identifier.h"
Go to the source code of this file.
Classes | |
class | MIDIParser |
Unused class that might someday be used again to read MIDI files into a NoteTrack. More... | |
Functions | |
bool | DoImportMIDI (AudacityProject &project, const FilePath &fileName) |
bool | ImportMIDI (const FilePath &fName, NoteTrack *dest) |
bool DoImportMIDI | ( | AudacityProject & | project, |
const FilePath & | fileName | ||
) |
Definition at line 39 of file ImportMIDI.cpp.
References FileHistory::Append(), fn, ProjectFileIO::Get(), ProjectHistory::Get(), TrackList::Get(), ProjectWindow::Get(), PlayableTrack::GetSolo(), FileHistory::Global(), ImportMIDI(), ProjectHistory::PushState(), SelectUtilities::SelectNone(), AudacityProject::SetInitialImportPath(), AudacityProject::SetProjectName(), XO(), and ProjectWindow::ZoomAfterImport().
Referenced by DoImportMIDIProject(), anonymous_namespace{ImportMIDI.cpp}::OnImportMIDI(), and ProjectFileManager::OpenFile().
Definition at line 85 of file ImportMIDI.cpp.
References AudacityMessageBox(), Track::SetName(), Track::SetOffset(), NoteTrack::SetSequence(), wxT(), XO(), and NoteTrack::ZoomAllNotes().
Referenced by DoImportMIDI().