Re: iPhone endInterruption delegate method killing OpenAL

2010-01-11 Thread Chunk 1978
thanks for the reply, eric. i've been sorting thru apple's sample code and other snippets online to try and make this work. i've noticed that apple doesn't set the current context to null before destroying it in their sample code for "MusicCube". however, i will trust your insight. also, i just

Re: iPhone endInterruption delegate method killing OpenAL

2010-01-11 Thread E. Wing
On 1/11/10, Chunk 1978 wrote: > i can't figure out what it wrong with my code (attached .m file). i'm > playing a looping sound with OpenAL, which becomes interrupted by an > alarm. when i quit the alarm, my endInterruption delegate method is > activated, and a new OpenAL session is started but

iPhone endInterruption delegate method killing OpenAL

2010-01-11 Thread Chunk 1978
i can't figure out what it wrong with my code (attached .m file). i'm playing a looping sound with OpenAL, which becomes interrupted by an alarm. when i quit the alarm, my endInterruption delegate method is activated, and a new OpenAL session is started but i can no longer play sounds. i've also