ap4y / OrigamiEngine

Lightweight audio engine for iOS and OSX with flac, cue, mp3, m4a, m3u support.
http://ap4y.github.com/OrigamiEngine/
MIT License
545 stars 118 forks source link

The engine will crash the app if the optional method from ORGMEngineDelegate Protocol are not implemented #7

Closed lawicko closed 11 years ago

lawicko commented 11 years ago

Looks like the check if the delegate responds to a given selector is missing before invoking the selector.

ap4y commented 11 years ago

fixed in #9