Re: Where starting to understand midi_server?

Michael Pfeiffer <[email protected]> Tue, 15 Oct 2002 13:51:57 -0700
Newsgroups gmane.os.openbeos.midi
Message-ID <WRIFDCD8SPDBHCVPEAIDM76VFCXUP.3dac7fed@name-sgc3h6xcx5>
>By the way, if the midi_server indeed works with BMessages, we can
>create a simple fake midi_server that just accepts incoming
>messages, prints them out, and passes them on to the real
>midi_server. I think other teams have done something similar for
>their servers. This might give us some clues...

I can confirm that at least the print_server works that way.

I guess the midi_server uses different kind of IPC. BMessage
for register/unregister/querry of BMidiEndpoints and
ports or thread message cache for sending midi events.

- Michael