Searched refs:findMaxChordLength (Results 1 – 4 of 4) sorted by relevance
123 ReducedFraction findMaxChordLength(const std::multimap<ReducedFraction, MidiChord> &chords);
392 const ReducedFraction maxChordLength = MChord::findMaxChordLength(chords); in findPossibleVoiceSplits()853 const ReducedFraction maxChordLength = MChord::findMaxChordLength(chords); in doVoiceSeparation()
163 const ReducedFraction maxChordLength = MChord::findMaxChordLength(chords); in removeEmptyTuplets()590 const ReducedFraction maxChordLength = MChord::findMaxChordLength(chords); in checkForDanglingTuplets()
539 ReducedFraction findMaxChordLength(const std::multimap<ReducedFraction, MidiChord> &chords) in findMaxChordLength() function