OSDN Git Service

New functions for sequencer:
authorTakashi Iwai <tiwai@suse.de>
Sat, 18 Mar 2000 18:03:50 +0000 (18:03 +0000)
committerTakashi Iwai <tiwai@suse.de>
Sat, 18 Mar 2000 18:03:50 +0000 (18:03 +0000)
commit43041cbe781eb0fb5b3c73af2b28970909e7551f
treee8851b18c8df7ded9f65aabe0acc7477340fa922
parent80a5582912da7997cb501bb6e43ce5ffd19b3461
New functions for sequencer:

- snd_seq_event_output_buffer()
Outputs an event on buffer without flushing to sequencer.
Useful for non-blocking mode write.
- snd_seq_event_output_direct()
Outputs an event directly to sequencer without using buffer.
Thus the event can be passed even if output buffer is full.
- snd_seq_input_buffer_size(), snd_seq_output_buffer_size()
Returns the size of input/output buffers
- snd_seq_resize_input_buffer(), snd_seq_resize_output_buffer()
Changes the size of input/output buffers
include/seq.h
src/seq/seq.c