Is MIDISendSysex still broken in 10.1.4 ?
Is MIDISendSysex still broken in 10.1.4 ?
- Subject: Is MIDISendSysex still broken in 10.1.4 ?
- From: Brian Willoughby <email@hidden>
- Date: Thu, 30 May 2002 17:59:12 -0700
Hello,
I just started writing a Patch Librarian using CoreMIDI from a Cocoa/ObjC
application. I get a signal 10 (SIGBUS) error which crashes my program every
time I run, whether I provide a completionProc or NULL. MIDISendSysex()
returns 0, so it seems to have no complaint with the structure I provide. The
timing of the crash seems to indicate that it occurs when the callback should
happen, but my callback is never entered.
I thought there might be an addressing problem with the callback function
address I provide, but that would not explain why NULL caused the same crash.
I don't even need a completion callback at this stage, which is why I tried
NULL first.
Is there an independent update to CoreMIDI that I need? I have 10.1.4 on my
TiBook with a MOTU MIDI Timepiece AV.
P.S. How does one determine the difference between a Carbon and Cocoa project
from within ProjectBuilder (or from the executable itself). One suspicion I
have is that maybe I accidentally created a Carbon app when I am expecting to
be writing a Cocoa app.
Brian Willoughby
Sound Consulting
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.