Sending midi messages with longer hex code

califauna

2011-06-04 12:43:01

Hi,

In Bome's outgoing midi message text entry box, what would I have to type to send a midi message with one of the bytes longer than 2 digits?

For example, 300 in decimal is 12C in hex. But when I put 90 12C 7F in the text box, the description that comes up just above says the velocty of the message is 199. It seems to be confusing the last digit of the second byte in the message with the velocity or something. Either way, the description is what Id like sent.

So, I would like send messages with note values which sometimes exceed two digits, eg. 90 12C 7F.

How would I do this?

Thanks for any help.

synthmusic

2011-06-04 18:35:54

That's invalid midi. Here's a good spec overview, otherwise search for midi spec on the web.

http://midi.songstuff.com/article/midi_message_format

califauna

2011-06-04 22:56:24

Thanks.