I want to detect whether [SimpleAudioEngine sharedEngine] is currently playing any effect. For Background music there is a method that gives you the information whether background music is playing:
[[SimpleAudioEngine sharedEngine] isBackgroundMusicPlaying];
Does something similar exist for sound effects? If not how else can I detect whether I am already playing an effect?