Re: MusicSequenceFileLoad Crash on iOS10 (AudioToolbox/MusicPlayer)

2016-09-22 Thread down to this
ntents of Coreaudio-api digest..." > > > Today's Topics: > >1. Re: MusicSequenceFileLoad Crash on iOS10 > (AudioToolbox/MusicPlayer) (Sven Thoennissen) >2. Re: MusicSequenceFileLoad Crash on iOS10 > (AudioToolbox/MusicPlayer) (Douglas Scott) >

Re: MusicSequenceFileLoad Crash on iOS10 (AudioToolbox/MusicPlayer)

2016-09-15 Thread Douglas Scott
Sorry, that’s -54, not -50. -DS > On Sep 15, 2016, at 3:37 PM, Douglas Scott wrote: > > Looks like some kind of sandbox issue with the OS X operating system (which > is running the Simulator). The issue is not actually in the iOS code. On my > workstation running the Simulator, the access f

Re: MusicSequenceFileLoad Crash on iOS10 (AudioToolbox/MusicPlayer)

2016-09-15 Thread Douglas Scott
Looks like some kind of sandbox issue with the OS X operating system (which is running the Simulator). The issue is not actually in the iOS code. On my workstation running the Simulator, the access function is returning -50 (access denied) for your MIDI file URL — but only for the *first* time

Re: MusicSequenceFileLoad Crash on iOS10 (AudioToolbox/MusicPlayer)

2016-09-15 Thread Sven Thoennissen
Hi Douglas, Derek, I have filed bug report #28327056 that describes the issue, with a small sample project including a MIDI file attached. I have noticed that result code -1 happens 1-2 out of 10 times when calling MusicSequenceFileLoad() in the background dispatch queue. On the main queue the

Re: MusicSequenceFileLoad Crash on iOS10 (AudioToolbox/MusicPlayer)

2016-09-13 Thread Douglas Scott
Can you zip up the MIDI file and attach it to a reply here? In addition, if you would please file a radar (and attach the MIDI file there as well) and include the ID of that radar in your reply here, it would really help move this issue along. Thanks!! -DS > On Sep 11, 2016, at 7:25 AM, down