Lines Matching full:tone
39 * This section defines a function tone() which causes a tone of given
53 static void tone(unsigned int thz, unsigned int centisecs);
60 * Emit tone of frequency thz for given number of centisecs
63 tone(unsigned int thz, unsigned int centisecs) in tone() function
71 (void) printf("tone: thz=%d centisecs=%d\n", thz, centisecs); in tone()
85 * This is so other processes can execute while the tone is being in tone()
120 * Requires tone(), rest(), and endtone(). String play is not interruptible
151 /* letter to half-tone: A B C D E F G */
184 * Play tone of proper duration for current rhythm signature
213 tone(pitchtab[pitch], sound); in playtone()
299 /* time to emit the actual tone */ in playstring()
389 * This section implements driver hooks to run playstring() and the tone(),
471 tone(tp->frequency, tp->duration); in spkrioctl()
489 tone(ttp.frequency, ttp.duration); in spkrioctl()