From 6e1f5a730126dd5d1e6382b3b94e3ab449f26089 Mon Sep 17 00:00:00 2001 From: mahlzeit Date: Fri, 14 May 2004 09:12:43 +0000 Subject: [PATCH] Hi Korli! git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7576 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- docs/develop/midi/stuff.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/develop/midi/stuff.html b/docs/develop/midi/stuff.html index b26634a1c4..a19754d661 100644 --- a/docs/develop/midi/stuff.html +++ b/docs/develop/midi/stuff.html @@ -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.

+v2.

+ +

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.

  • Clients without a BApplication. Sometimes the midi_server's debug output shows an "Application -1 not registered" error message. This