Home
last modified time | relevance | path

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

/freebsd/sys/dev/speaker/
H A Dspkr.c225 int pitch, oldfill, lastpitch = OCTAVE_NOTES * DFLT_OCTAVE; in playstring() local
265 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()