]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Enhanced comment for APPEND mode
authorJaroslav Kysela <perex@perex.cz>
Mon, 10 Mar 2003 10:16:06 +0000 (10:16 +0000)
committerJaroslav Kysela <perex@perex.cz>
Mon, 10 Mar 2003 10:16:06 +0000 (10:16 +0000)
src/rawmidi/rawmidi.c

index 792b73fe0d254937f2eb0c4864815d966cb19556..73ad293eb036721e7cc9d90c8022180aa168579b 100644 (file)
@@ -62,6 +62,9 @@ Using #SND_RAWMIDI_APPEND flag (output only) instruct device driver to append
 contents of written buffer - passed by snd_rawmidi_write() - atomically
 to output ring buffer in the kernel space. This flag also means that device
 is not opened exclusively, so more applications can share given rawmidi device.
+Note that applications must send the whole MIDI message including the running status,
+because another writting application might break the MIDI message in the output
+buffer.
 
 \subsection rawmidi_open_sync Sync open (flag)