mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
added SND_RAWMIDI_TYPE_VIRTUAL.
This commit is contained in:
parent
e332fc0b9b
commit
f9a954fd6e
1 changed files with 3 additions and 1 deletions
|
|
@ -74,7 +74,9 @@ typedef enum _snd_rawmidi_type {
|
|||
/** Shared memory client RawMidi (not yet implemented) */
|
||||
SND_RAWMIDI_TYPE_SHM,
|
||||
/** INET client RawMidi (not yet implemented) */
|
||||
SND_RAWMIDI_TYPE_INET
|
||||
SND_RAWMIDI_TYPE_INET,
|
||||
/** Virtual (sequencer) RawMidi */
|
||||
SND_RAWMIDI_TYPE_VIRT
|
||||
} snd_rawmidi_type_t;
|
||||
|
||||
int snd_rawmidi_open(snd_rawmidi_t **in_rmidi, snd_rawmidi_t **out_rmidi,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue