From 86ec86b3786cc216a928d0bbe66df59bc1190396 Mon Sep 17 00:00:00 2001 From: mahlzeit Date: Mon, 17 Mar 2003 22:18:09 +0000 Subject: [PATCH] small clarification git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2927 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- docs/user/midi/midi1intro.dox | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/user/midi/midi1intro.dox b/docs/user/midi/midi1intro.dox index d2fcde9f19..27abe15650 100644 --- a/docs/user/midi/midi1intro.dox +++ b/docs/user/midi/midi1intro.dox @@ -35,6 +35,8 @@ To make MIDI data stream through your application, you create a "network" of BMidi-derived objects that send and receive MIDI messages. The old Midi Kit is slowly fading into obscurity. You may want to use the -\ref midi2 "new kit" instead. +\ref midi2 "new kit" instead. Also note that the OpenBeOS implementation +of the kit sometimes behaves differently than the one from BeOS R5 or what +the BeBook says, but usually for the better ;-) */