Searched refs:lastpitch (Results 1 – 1 of 1) sorted by relevance
225 int pitch, oldfill, lastpitch = OCTAVE_NOTES * DFLT_OCTAVE; in playstring() local265 if (abs(pitch-lastpitch) > abs(pitch+OCTAVE_NOTES - in playstring()266 lastpitch)) { in playstring()271 if (abs(pitch-lastpitch) > abs((pitch-OCTAVE_NOTES) - in playstring()272 lastpitch)) { in playstring()278 lastpitch = pitch; in playstring()