Path: utzoo!attcan!uunet!munnari!castan From: castan@munnari.oz (Jason Castan) Newsgroups: comp.sys.mac.programmer Subject: Sound Manager under sys 6.0 Message-ID: <2255@munnari.oz> Date: 26 Jul 88 04:04:23 GMT Organization: Comp Sci, Melbourne Uni, Australia Lines: 26 Some observations re sys 6.0, on a plus, using the sound manager: while (true) SndNewChannel(); SndPlay(); SndDisposeChannel(); will bomb in the first iteration at SndDisposeChannel - removing SndDisp doesn't help - the sound will play but after each loop the mac will slow, eventually stopping the whole system. - the solution? Use SndDisp - So as you can see a catch 22 situation. After a bit of disassembly it seems that the sampledSynth on the plus is STUFFED, as when using the noteSynth everything works ok. Perhaps apple could look into this. The above problems are non-existent on a ][. Summary: Can't play snd format 1 resources asynchronously on mac plus. In repest to people wanting a snd vonversion program - ie to install soundcap (soundmaster) files into hypercard, I'll be uploading a demo version soon - If apple would fix the sound manager it would be sooner. Jason.