Sound Manager Crashing
Sound Manager Crashing
- Subject: Sound Manager Crashing
- From: Mark Thomas <email@hidden>
- Date: Wed, 20 Feb 2002 13:46:45 +0000
- Organization: Coderus Ltd
Hi Guys,
Does any one know why the sound manager crashes, if you create a sound
channel and then request the volume of the channel straight after code looks
like this: -
SndChannelPtr mSndChannel;
SndCommand sndCmd={getVolumeCmd,0, 0};
err = SndNewChannel ( &mSndChannel, sampledSynth, initStereo, NULL );
SndDoImmediate (mSndChannel,&sndCmd);
It crashes 3 levels deep in SndDoImmediate. I have a test application ,which
demos this as well, if anyone wants it.
This works fine in MacOS 9.x.
Any Ideas, Possible bug maybe ????
Thanks
Mark.
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.