Open GoogleCodeExporter opened 9 years ago
Yeah it's all pretty arcane :-) I suggest you take a look at the MIDI spec (try
http://www.borg.com/~jglatt/tech/midispec.htm). In short, the first byte of a
MIDI
messages is the status byte. For Note On messages, the high nibble of this byte
describes the message type (ie note on) while the low nibble sets the channel.
So, a
status byte with a value of value 0x92 translates to Note On on channel 2.
Hope that helps.
Jim
Original comment by jimski3...@gmail.com
on 11 Apr 2008 at 4:00
Thanks. That's what I needed!
Original comment by m...@epicycle.org
on 18 Apr 2008 at 8:19
Original issue reported on code.google.com by
m...@epicycle.org
on 1 Apr 2008 at 3:50