home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sound Sensations!
/
sound_sensations.iso
/
soundb
/
sndhack
/
examp001.wsn
< prev
next >
Wrap
Text File
|
1991-07-28
|
417b
|
15 lines
; SndHack processes a text file 1 line at a time.
; Empty lines are ignored, and all characters following
; a semicolon are ignored.
; Many examples start with a CloseSound(). This
; will just make sure that we have closed the
; sound device from any previous OpenSound()s.
;we have done.
CloseSound();
OpenSound();
SetVoiceNote(1, C4, 4, 0);
StartSound();
WaitSoundState(S_QUEUEEMPTY);
CloseSound();