Blitz (190/218)

From:MadGun68
Date:28 Aug 2001 at 21:11:00
Subject:Re: dec --> hex

Hi amorel,

> Actually I have not totally found it. Say I want to send a note on msg.
That
> looks like this $90-$9f in which the 9 means note on and 0-f means the
midi
> channel. I have got the midi channel stored in midi(1)\channel. I want to
send
> this data using the structure array. Thus putserial $9midi(1)\channel does
not
> work. And I think I can`t just do putserial $9+midi(1)\channel, just like
91
> is very different to 9+1.

What if you use this: 144+midi(1)\channel ? Will that work?

> I guess I`m again overlooking the obvious here?

Dunno. I've never worked with midi.

Steve

---------------------------------------------------------------------
To unsubscribe, e-mail: blitz-list-unsubscribe@netsoc.ucd.ie
For additional commands, e-mail: blitz-list-help@netsoc.ucd.ie