More MIDI sysex problems
More MIDI sysex problems
- Subject: More MIDI sysex problems
- From: Kurt Revis <email@hidden>
- Date: Wed, 2 Jan 2002 01:39:32 -0800
I'm finding that MIDISendSysex() won't send anything to a virtual
destination endpoint. It works fine if I send to an endpoint belonging
to a USB device, though (as expected).
Has anyone else run into this problem, or gotten this to work?
Also: Should sysex be sent only through MIDISendSysex, or am I allowed
to put it in a MIDIPacket and use MIDISend() just like all other
messages? I'm finding that if I do the latter, the sysex data does go
to virtual sources as it should. However, when sending to a MIDIMAN 2x2,
this causes something to freak out and hang the whole machine for 8
seconds, and the message never gets sent. (And after that happens, even
MIDISendSysex() doesn't work until I quit all MIDI apps and start
again!) I don't know if this is a CoreMIDI problem, or a MIDIMAN
driver problem, or what, although I suspect the driver...
Thanks in advance for any answers.
--
Kurt Revis
email@hidden