Re: Is MIDISendSysex still broken in 10.1.4 ?
Re: Is MIDISendSysex still broken in 10.1.4 ?
- Subject: Re: Is MIDISendSysex still broken in 10.1.4 ?
- From: Kurt Revis <email@hidden>
- Date: Thu, 30 May 2002 22:13:02 -0700
I have 10.1.4 on my TiBook with a MOTU MIDI Timepiece AV.
I'm using MIDISendSysex() with a MOTU FastLane 2x2, on 10.1.4, and it
seems to work just fine. I'm not sure what your problem might be, but at
least I'm a data point that it works for someone.
This is in my app SysEx Librarian:
http://www.snoize.com/SysExLibrarian/
You might want to download it and see if it crashes on you or not. I
haven't had any reports of mysterious crashes, though.
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.
There isn't really a Carbon or Cocoa flag in the project file, since you
can intermix Carbon and Cocoa code (or at least, you can use Carbon
inside of Cocoa). The difference between the two projects, as far as I
know, is just the frameworks that are added to the project, and the
initial (mostly empty) source files. I would expect that if you did it
the wrong way, you wouldn't even be able to link successfully.
--
Kurt Revis
email@hidden
_______________________________________________
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.