![]() |
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 AUDACITY_DLL_API | DoImportMIDI (AudacityProject &project, const FilePath &fileName) |
bool | ImportMIDI (const FilePath &fName, NoteTrack *dest) |
bool AUDACITY_DLL_API DoImportMIDI | ( | AudacityProject & | project, |
const FilePath & | fileName | ||
) |
Definition at line 40 of file ImportMIDI.cpp.
References FileHistory::Append(), fn, ProjectFileIO::Get(), ProjectHistory::Get(), TrackList::Get(), Viewport::Get(), PlayableTrack::GetSolo(), FileHistory::Global(), ImportMIDI(), project, ProjectHistory::PushState(), SelectUtilities::SelectNone(), tracks, XO(), and Viewport::ZoomFitHorizontallyAndShowTrack().
Referenced by DoImportMIDIProject(), anonymous_namespace{ImportMIDI.cpp}::OnImportMIDI(), and ProjectFileManager::OpenFile().
Definition at line 86 of file ImportMIDI.cpp.
References AudacityMessageBox(), NoteTrackRange::Get(), NoteTrack::GetSeq(), NoteTrack::MoveTo(), Track::SetName(), NoteTrack::SetSequence(), wxT(), XO(), and NoteTrackRange::ZoomAllNotes().
Referenced by DoImportMIDI().