Searched refs:voiceIntervals (Results 1 – 1 of 1) sorted by relevance
317 const auto it = voiceIntervals.find(voice); in findAvailableVoice()318 if (it != voiceIntervals.end() in findAvailableVoice()380 const int voice = findAvailableVoice(indexToCheck, tupletIntervals, voiceIntervals); in canUseIndex()440 const size_t voiceCount = voiceIntervals.size(); in tryUpdateBestIndexes()455 std::map<int, std::vector<std::pair<ReducedFraction, ReducedFraction>>> voiceIntervals; in prepareVoiceIntervals() local457 int voice = findAvailableVoice(i, tupletIntervals, voiceIntervals); in prepareVoiceIntervals()458 voiceIntervals[voice].push_back(tupletIntervals[i]); in prepareVoiceIntervals()460 return voiceIntervals; in prepareVoiceIntervals()571 voiceIntervals, usedFirstChords)) { in findNextTuplet()595 voiceIntervals, usedFirstChords)) { in findNextTuplet()[all …]