mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-15 08:56:36 -05:00
Added snd_seq_sync_output_queue() function.
Rewrote playmidi1 to use this function. It is no longer necessary to wait for echoback.
This commit is contained in:
parent
7b6eeb64de
commit
0791fb2848
3 changed files with 59 additions and 49 deletions
|
|
@ -269,6 +269,8 @@ int snd_seq_set_client_event_filter(snd_seq_t *seq, int event_type);
|
|||
int snd_seq_set_client_pool_output(snd_seq_t *seq, size_t size);
|
||||
int snd_seq_set_client_pool_output_room(snd_seq_t *seq, size_t size);
|
||||
int snd_seq_set_client_pool_input(snd_seq_t *seq, size_t size);
|
||||
/* sync output queue */
|
||||
int snd_seq_sync_output_queue(snd_seq_t *seq);
|
||||
|
||||
/*
|
||||
* parse the given string and get the sequencer address
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue