petegoodliffe / PGMidi

PGMidi iOS MIDI library and example code
296 stars 83 forks source link

Crash when MIDI data sent to quickly #11

Closed mahtar closed 11 years ago

mahtar commented 11 years ago

PGMidi crashes when MIDI data is sent too quickly.

I'm connecting microKORG via iRig MIDI interface and as soon as first few clock signals are sent to PGMidi it crashes. Even if clock is disabled playing chords and notes quickly crashes it.

I've disabled ARC but that didn't help.

Any ideas?