Home
last modified time | relevance | path

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

/dports/audio/musescore/MuseScore-3.6.1/importexport/midiimport/
H A Dimportmidi_chord.h123 ReducedFraction findMaxChordLength(const std::multimap<ReducedFraction, MidiChord> &chords);
H A Dimportmidi_voice.cpp392 const ReducedFraction maxChordLength = MChord::findMaxChordLength(chords); in findPossibleVoiceSplits()
853 const ReducedFraction maxChordLength = MChord::findMaxChordLength(chords); in doVoiceSeparation()
H A Dimportmidi_tuplet.cpp163 const ReducedFraction maxChordLength = MChord::findMaxChordLength(chords); in removeEmptyTuplets()
590 const ReducedFraction maxChordLength = MChord::findMaxChordLength(chords); in checkForDanglingTuplets()
H A Dimportmidi_chord.cpp539 ReducedFraction findMaxChordLength(const std::multimap<ReducedFraction, MidiChord> &chords) in findMaxChordLength() function