Path: utzoo!utgpu!attcan!uunet!ncrlnk!ncr-sd!hp-sdd!hplabs!hpda!hpcuhb!hpcilzb!cnc From: cnc@hpcilzb.HP.COM (Chris Christensen) Newsgroups: comp.sys.mac.programmer Subject: Re: Using SOundound Manager safely Message-ID: <730073@hpcilzb.HP.COM> Date: 3 Nov 88 19:28:55 GMT References: <730071@hpcilzb.HP.COM> Organization: HP Design Tech Center - Santa Clara, CA Lines: 14 For further infroamtion. I am playing snd resources with: theSound = GetResource('snd ', id); LoadResource(theSound); HNoPurge(theSound); SndPlay(0, theSound, false); I have also wondered how to change the frequency of the snd resource. I have some great sounds that do not play at the right frequency using the above code. Chris