Blitz (91/119)

From:Thilo K�hler
Date:21 Jun 2001 at 13:33:47
Subject:organisation of MIDI data

Hi amorel !

I just created a new topic to not mix things up.
I have a question:
how is your MIDI data structure ?

My midi stream looks like this:

;_____________________ BEGIN
ticks.l
length.l
data ...

ticks.l
length.l
data ...
.
.
.
ticks.l
length.l
data ...

EOS
;_____________________ END

ticks:
midi ticks to wait for the next data.
Range: (1,...)

length:
length in bytes of the following data
to send via serial.device

data:
midi data, like $c7 $55 $24 ...

EOS:
is equal to -1 and tells the interrupt not to
do nothing.

Ciao,

Thilo

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