Audacity 3.2.0
|
#include <MusicInformationRetrieval.h>
Public Attributes | |
const MirAudioReader & | source |
std::string | filename |
std::optional< LibFileFormats::AcidizerTags > | tags |
std::function< void(double progress)> | progressCallback |
double | projectTempo = 120. |
bool | projectWasEmpty = false |
bool | viewIsBeatsAndMeasures = false |
Definition at line 54 of file MusicInformationRetrieval.h.
std::string MIR::ProjectSyncInfoInput::filename |
Definition at line 57 of file MusicInformationRetrieval.h.
Referenced by MIR::GetProjectSyncInfo(), and MIR::TEST_CASE().
std::function<void(double progress)> MIR::ProjectSyncInfoInput::progressCallback |
Definition at line 59 of file MusicInformationRetrieval.h.
Referenced by MIR::GetProjectSyncInfo().
double MIR::ProjectSyncInfoInput::projectTempo = 120. |
Definition at line 60 of file MusicInformationRetrieval.h.
Referenced by MIR::GetProjectSyncInfo().
bool MIR::ProjectSyncInfoInput::projectWasEmpty = false |
Definition at line 61 of file MusicInformationRetrieval.h.
Referenced by MIR::GetProjectSyncInfo().
const MirAudioReader& MIR::ProjectSyncInfoInput::source |
Definition at line 56 of file MusicInformationRetrieval.h.
Referenced by MIR::GetProjectSyncInfo().
std::optional<LibFileFormats::AcidizerTags> MIR::ProjectSyncInfoInput::tags |
Definition at line 58 of file MusicInformationRetrieval.h.
Referenced by MIR::GetProjectSyncInfo(), and MIR::TEST_CASE().
bool MIR::ProjectSyncInfoInput::viewIsBeatsAndMeasures = false |
Definition at line 62 of file MusicInformationRetrieval.h.
Referenced by MIR::GetProjectSyncInfo().