mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-16 22:05:18 -05:00
added virtual rawmidi plugin.
This commit is contained in:
parent
118bf89508
commit
e332fc0b9b
4 changed files with 472 additions and 2 deletions
|
|
@ -53,3 +53,7 @@ struct _snd_rawmidi {
|
|||
int snd_rawmidi_hw_open(snd_rawmidi_t **input, snd_rawmidi_t **output,
|
||||
const char *name, int card, int device, int subdevice,
|
||||
int mode);
|
||||
|
||||
int snd_rawmidi_virt_open(snd_rawmidi_t **inputp, snd_rawmidi_t **outputp,
|
||||
const char *name, snd_seq_t *seq_handle, int port,
|
||||
int merge, int mode);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue