Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/
Dspkr.c110 #define WHOLE_NOTE 4 /* quarter notes per whole note */ macro
150 sc->sc_whole = (hz * SECS_PER_MIN * WHOLE_NOTE) / DFLT_TEMPO; in playinit()
383 sc->sc_whole = (hz * SECS_PER_MIN * WHOLE_NOTE) / tempo; in playstring()