Searched refs:vocalWeight (Results 1 – 2 of 2) sorted by relevance
86 void GroveSpeaker::playSound(char letter, bool sharp, std::string vocalWeight) in playSound() argument98 if (vocalWeight.compare("low") == 0) in playSound()100 else if (vocalWeight.compare("med") == 0) in playSound()102 else if (vocalWeight.compare("high") == 0) in playSound()113 if (vocalWeight.compare("low") == 0) in playSound()115 else if (vocalWeight.compare("med") == 0) in playSound()117 else if (vocalWeight.compare("high") == 0) in playSound()
93 void playSound(char letter, bool sharp, std::string vocalWeight);