Re: Simple MIDI Output fails
Re: Simple MIDI Output fails
- Subject: Re: Simple MIDI Output fails
- From: Yoshiharu Honjo <email@hidden>
- Date: Sat, 12 Feb 2005 16:39:33 +0900
Hello,
On 2005/02/11, at 11:05, James Wylder wrote:
data[0] = event;
data[1] = note;
data[2] = 0xFF; // Velocity
I think the velocity value should be between 0x01 - 0x7f to make a note
ON (0x00 is equivalent to OFF) though I haven't tested your code. Try
with 0x40.
HTH,
Yoshi
--
Yoshiharu Honjo
email@hidden
_______________________________________________
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