mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Enhanced comment for APPEND mode
This commit is contained in:
parent
157107491c
commit
b36c9e3d5c
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
contents of written buffer - passed by snd_rawmidi_write() - atomically
|
||||||
to output ring buffer in the kernel space. This flag also means that device
|
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.
|
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)
|
\subsection rawmidi_open_sync Sync open (flag)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue