Searched refs:sc_value (Results 1 – 2 of 2) sorted by relevance
152 sc->sc_value = DFLT_VALUE; in playinit()305 timeval = sc->sc_value; in playstring()357 playtone(sc, pitch - 1, sc->sc_value, sustain); in playstring()361 GETNUM(cp, sc->sc_value); in playstring()362 if (sc->sc_value <= 0 || sc->sc_value > MIN_VALUE) in playstring()363 sc->sc_value = DFLT_VALUE; in playstring()371 timeval = sc->sc_value; in playstring()
13 int sc_value; /* whole divisor for note time, quarter note = 1 */ member