Home
last modified time | relevance | path

Searched refs:tempoMap (Results 1 – 4 of 4) sorted by relevance

/dports/audio/musescore/MuseScore-3.6.1/miditools/
H A Dmidifile.h95 const TempoMap& tempoMap() const { return _tempoMap; } in tempoMap() function
/dports/audio/musescore/MuseScore-3.6.1/importexport/guitarpro/
H A Dimportgtp.h207 std::map<int, std::pair<int, bool>> tempoMap; variable
H A Dimportgtp-gp6.cpp383tempoMap[barnode.text().toInt()] = std::make_pair(curtempo, linearTemp); in readMasterTracks()
2542 for (auto iter = tempoMap.begin(); iter != tempoMap.end(); ++iter) { in readGpif()
/dports/audio/musescore/MuseScore-3.6.1/importexport/musicxml/
H A Dimportmxmlpass2.cpp1952 static bool hasTempoTextAtTick(const TempoMap* const tempoMap, const int tick) in hasTempoTextAtTick() argument
1954 return tempoMap->count(tick) > 0; in hasTempoTextAtTick()