1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-10-18 22:24:28 +00:00

Multiple versions of spkr routines called through pointer

This commit is contained in:
David Schmenk 2018-02-06 08:35:48 -08:00
parent 14fabc1467
commit d2566c89c0

View File

@ -1,5 +1,6 @@
import sndseq
word musicSequence // musicSequence(yield, backgroundProc)#0
predef spkrTone(pitch, duration)#0, spkrPWM(sample, speed, len)#0
word spkrTone // spkrTone(pitch, duration)#0
word spkrPWM // spkrPWM(sample, speed, len)#0
predef musicPlay(track, rept)#0, musicStop#0, musicGetKey(yield, backgroundProc)#1
end