Hi Korli!

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7576 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
mahlzeit 2004-05-14 09:12:43 +00:00
parent c0a1fb7e87
commit 6e1f5a7301
1 changed files with 4 additions and 1 deletions

View File

@ -16,7 +16,10 @@ It supports both the v1 and (undocumented) v2 protocols, although v2 is not
complete since we don't really know how it works. Unfortunately, almost no
existing drivers use v1; most of the drivers provided by Be require v2.
Currently, the module returns B_ERROR when a MIDI device is opened with
v2.</P></LI>
v2.</P>
<P>For an example on how to use the MPU401 module in your own driver, see
the source code for the "emuxki" driver elsewhere in the source tree.</P></LI>
<LI><P><B>Clients without a BApplication.</B> Sometimes the midi_server's
debug output shows an "Application -1 not registered" error message. This