Home
last modified time | relevance | path

Searched refs:sumPitch (Results 1 – 5 of 5) sorted by relevance

/dports/audio/musescore/MuseScore-3.6.1/importexport/midiimport/
H A Dimportmidi_clef.cpp44 AveragePitch(int sumPitch, int count) : sumPitch_(sumPitch), count_(count) {} in AveragePitch() argument
H A Dimportmidi_voice.cpp911 int sumPitch = 0; in averagePitchOfChords() local
916 sumPitch += midiNote.pitch; in averagePitchOfChords()
921 return qRound(sumPitch * 1.0 / noteCounter); in averagePitchOfChords()
H A Dimportmidi_tuplet.cpp181 int sumPitch = 0; in averagePitch() local
186 sumPitch += midiNote.pitch; in averagePitch()
191 return qRound(sumPitch * 1.0 / noteCounter); in averagePitch()
/dports/audio/bambootracker/BambooTracker-0.4.5/BambooTracker/
H A Dopna_controller.hpp132 int& sumPitch, bool& needToneSet);
H A Dopna_controller.cpp376 int& sumPitch, bool& needToneSet) in checkRealToneByPitch() argument
382 sumPitch = ptIt->getCommandType() - 127; in checkRealToneByPitch()
385 sumPitch += (ptIt->getCommandType() - 127); in checkRealToneByPitch()