Made sysex a little clearer.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6459 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -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)
|
void* data, size_t length, bigtime_t time)
|
||||||
\brief Invoked when a System Exclusive event is received
|
\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
|
The data belongs to the Midi Kit and is only valid for the duration of this
|
||||||
event. You may not modify or free it.
|
event. You may not modify or free it.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user