Audacity 3.2.0
Public Attributes | List of all members
MIR::ProjectSyncInfoInput Struct Reference

#include <MusicInformationRetrieval.h>

Collaboration diagram for MIR::ProjectSyncInfoInput:
[legend]

Public Attributes

const MirAudioReadersource
 
std::string filename
 
std::optional< LibFileFormats::AcidizerTagstags
 
std::function< void(double progress)> progressCallback
 
double projectTempo = 120.
 
bool projectWasEmpty = false
 
bool viewIsBeatsAndMeasures = false
 

Detailed Description

Definition at line 54 of file MusicInformationRetrieval.h.

Member Data Documentation

◆ filename

std::string MIR::ProjectSyncInfoInput::filename

Definition at line 57 of file MusicInformationRetrieval.h.

Referenced by MIR::GetProjectSyncInfo(), and MIR::TEST_CASE().

◆ progressCallback

std::function<void(double progress)> MIR::ProjectSyncInfoInput::progressCallback

Definition at line 59 of file MusicInformationRetrieval.h.

Referenced by MIR::GetProjectSyncInfo().

◆ projectTempo

double MIR::ProjectSyncInfoInput::projectTempo = 120.

Definition at line 60 of file MusicInformationRetrieval.h.

Referenced by MIR::GetProjectSyncInfo().

◆ projectWasEmpty

bool MIR::ProjectSyncInfoInput::projectWasEmpty = false

Definition at line 61 of file MusicInformationRetrieval.h.

Referenced by MIR::GetProjectSyncInfo().

◆ source

const MirAudioReader& MIR::ProjectSyncInfoInput::source

Definition at line 56 of file MusicInformationRetrieval.h.

Referenced by MIR::GetProjectSyncInfo().

◆ tags

std::optional<LibFileFormats::AcidizerTags> MIR::ProjectSyncInfoInput::tags

Definition at line 58 of file MusicInformationRetrieval.h.

Referenced by MIR::GetProjectSyncInfo(), and MIR::TEST_CASE().

◆ viewIsBeatsAndMeasures

bool MIR::ProjectSyncInfoInput::viewIsBeatsAndMeasures = false

Definition at line 62 of file MusicInformationRetrieval.h.

Referenced by MIR::GetProjectSyncInfo().


The documentation for this struct was generated from the following file: