home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chestnut's Multimedia Mania
/
MM_MANIA.ISO
/
players
/
sndhack
/
examp002.wsn
< prev
next >
Wrap
Text File
|
1991-07-28
|
296b
|
11 lines
;**BEWARE**
;The CloseSound function will flush the voice queues, which
;will cause any left over queued sounds to be lost. In this
;example the note queued in the SetVoiceNote call will not
;be played.
CloseSound();
OpenSound();
SetVoiceNote(1, C4, 4, 0);
StartSound();
CloseSound();