Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!agate!shelby!polya!ali From: ali@polya.Stanford.EDU (Ali T. Ozer) Newsgroups: comp.sys.next Subject: Re: need some sound advice Message-ID: <9302@polya.Stanford.EDU> Date: 19 May 89 07:00:55 GMT References: <2016@amelia.nas.nasa.gov> Sender: Ali T. Ozer Reply-To: aozer@NeXT.com (Ali Ozer) Organization: . Lines: 16 In article <2016@amelia.nas.nasa.gov> Eric Raible writes: >So can *you* figure out why the following program plays any sound in >/NextLibrary/Sounds exactly 3 times? > [program deleted] Bug in the sound library. Your program should of course play the sound over and over. Try setting a delegate for the sound object and have the delegate's didPlay: method play the sound. This should give you a repeating sound that does play more than 3 times. It won't be continuous, however; there will be a small (but audible) break in between. For a beep or ping type sound, this shouldn't be a problem. Ali Ozer, NeXT Developer Support aozer@NeXT.com