nicklockwood / SoundManager

Simple sound and music player class for playing audio on Mac and iPhone
http://www.charcoaldesign.co.uk/source/cocoa#soundmanager
Other
632 stars 126 forks source link

nsarray-was-mutated-while-being-enumerated #4

Closed LearningThis closed 11 years ago

LearningThis commented 11 years ago

Thanks so much for making your wonderful class available to use, its amazing and very convenient!

I had a little problem with the array deleting sounds while enumerating, ( the sound clips are narration played over BG music so are longer than a sound effect, maybe thats the problem...)

being super new to coding ill add my solution (it wont be as elegant as your code) but maybe it will help someone, or at least make you aware of the issue

hope I did the right thing! - it dosnt seem to crash anymore

with many thanks N :)

nicklockwood commented 11 years ago

This is fixed in version 1.4. Sorry it took so long!