home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.next.programmer
- Path: sparky!uunet!utcsri!newsflash.concordia.ca!ccu.umanitoba.ca!mizar.cc.umanitoba.ca!news
- From: tacchi@next01.cc.umanitoba.ca. (Mark G. Tacchi)
- Subject: Simple Sound Question
- Message-ID: <BxGuMy.Dtt@ccu.umanitoba.ca>
- Sender: news@ccu.umanitoba.ca
- Nntp-Posting-Host: tilley.cc.umanitoba.ca
- Organization: University of Manitoba, Winnipeg, Canada
- Date: Mon, 9 Nov 1992 20:37:45 GMT
- Lines: 18
-
- Can anyone point out why this does't make a sound? I suppose there is more to
- it than these few lines, right?
-
- @implementation MySound:Sound
- - beep {
- const char *theName= "Tink.snd";
- [self setName:theName];
- [self play];
- return self;}
- @end
-
- I can use the SNDPlaySoundfile(path,priority) and that works.
-
- --
- Mark G. Tacchi tacchi@next01.cc.umanitoba.ca
- Unix Support Group (NeXT Mail Welcome)
- University of Manitoba Computer Services
- "My opinions are my own, and do not necessarily reflect those of my employer."
-