Re: MIDIReceive and SysEx event
Re: MIDIReceive and SysEx event
- Subject: Re: MIDIReceive and SysEx event
- From: Jasmin Lapalme <email@hidden>
- Date: Thu, 21 Jun 2007 10:18:22 -0400
Hi,
Sorry for the late reply, I'm not working on that projet full time.
I try the exact same SysEx event and it worked! I think that the 1
after the f0 is very important. For the meta events, I'm talking
about the ones that begin with FF. Now I'm able to send them, the
length I was sending was not right.
Thanks
Jasmin
Le 07-06-15 à 02:16, Nigel Redmon a écrit :
Jasmin
I'm not sure what you mean by "meta event"--I don't know of any
meta events coremidi supports (maybe I haven't read enough? In a
MIDI engine I'm writing, I support all MIDI messages, and
internally support all defined standard MIDI file metas, but those
are internal to my sequencing engine and mainly useful for building
MIDI files programmatically). If you want to send sysex, it's no
problem. I just tried sending a bogus sysex message to MIDI
Monitor--via MIDIReceived--and it worked fine (I sent "f0 1 2 3 4
f7"; MM reported it as message "SysEx", and data "Sequential
Circuit 6 Bytes"--manufacturer id 1 is Sequential Circuits of
course). Could you describe the packet you are trying to send?
Regards,
Nigel
On Jun 14, 2007, at 4:57 PM, Jasmin Lapalme wrote:
Hi,
I'm writing a MIDI driver plug-in. I'd like to send sysex event
or meta event. I use the MIDIReceived function to send my midi
event. It works perfectly with note on and note off. I use
MIDIMonitor to observe the midi events. When I try to send any
meta event or sysex event, I don't see any data sent? How can I
send sysex event in a MIDI driver plugin?
Thanks
Jasmin Lapalme
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden