mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
- missing changes from virt to virtual rawmidi.
This commit is contained in:
parent
237f7f46f0
commit
bffffeef45
2 changed files with 3 additions and 3 deletions
|
|
@ -76,7 +76,7 @@ typedef enum _snd_rawmidi_type {
|
|||
/** INET client RawMidi (not yet implemented) */
|
||||
SND_RAWMIDI_TYPE_INET,
|
||||
/** Virtual (sequencer) RawMidi */
|
||||
SND_RAWMIDI_TYPE_VIRT
|
||||
SND_RAWMIDI_TYPE_VIRTUAL
|
||||
} 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