; 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();