Re: MIDI parser source (bytestream->MIDI messages)

Christian Packmann <[email protected]> Sat, 31 Jan 2004 15:24:57 +0100
Newsgroups gmane.os.openbeos.midi
Message-ID <[email protected]>
Martijn Sipkema wrote:
> Why don't you look at the code for the unitor_server I made available=20
> earlier? It had a MIDI stream parser that if I remeber correctly should=
=20
> be reasonably ok, at least it doesn't have as obvious "features" as you=
=20
> mention your current one has :).
=20
I took a look at the source, but it would have required extensive rework,=
=20
change all constants to Midi2Kit ones, rewrite your message handling, etc=
.,=20
so I figured I might try from scratch and see if I can write a clean MIDI=
=20
parser. Turns out I can. ;)

But I'm sure your code will be put to good use - the contained knowledge=20
about accessing serial MIDI interfaces is very valuable. Maybe Unitor=20
Server could be included in OBOS? Not as standard install item, but as pa=
rt=20
of an MIDI-pack that interested users can choose as install option.

Bye,
Chris