From 5b4453a4e5e89bd6caced1778fe28212bedceee4 Mon Sep 17 00:00:00 2001 From: mahlzeit Date: Sun, 1 Feb 2004 13:10:57 +0000 Subject: [PATCH] Made sysex a little clearer. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6459 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- docs/user/midi2/midilocalcons.dox | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/user/midi2/midilocalcons.dox b/docs/user/midi2/midilocalcons.dox index 0f80f0d280..4a63a6b337 100644 --- a/docs/user/midi2/midilocalcons.dox +++ b/docs/user/midi2/midilocalcons.dox @@ -192,6 +192,9 @@ modify or free it, lest you wish to be laughed at by other developers. void* data, size_t length, bigtime_t time) \brief Invoked when a System Exclusive event is received +The data does not include the sysex start and end control bytes (0xF0 and 0xF7), +only the payload of the sysex message. + The data belongs to the Midi Kit and is only valid for the duration of this event. You may not modify or free it.