Audacity 3.2.0
|
#include <array>
#include <functional>
#include <memory>
#include <optional>
#include <string>
#include <unordered_map>
#include <vector>
#include "PowerSpectrumGetter.h"
Go to the source code of this file.
Classes | |
struct | MIR::MusicalMeter |
struct | MIR::OnsetQuantization |
struct | MIR::ProjectSyncInfo |
class | MIR::MirAudioReader |
class | MIR::AnalyzedAudioClip |
struct | MIR::QuantizationFitDebugOutput |
Namespaces | |
namespace | MIR |
Enumerations | |
enum class | MIR::FalsePositiveTolerance { MIR::Strict , MIR::Lenient } |
enum class | MIR::TimeSignature { MIR::TwoTwo , MIR::FourFour , MIR::ThreeFour , MIR::SixEight , MIR::_count } |
enum class | MIR::TempoObtainedFrom { MIR::Header , MIR::Title , MIR::Signal } |
How the tempo was obtained: More... | |
Functions | |
int | MIR::GetNumerator (TimeSignature ts) |
int | MIR::GetDenominator (TimeSignature ts) |