mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-16 08:56:42 -05: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) */
|
/** INET client RawMidi (not yet implemented) */
|
||||||
SND_RAWMIDI_TYPE_INET,
|
SND_RAWMIDI_TYPE_INET,
|
||||||
/** Virtual (sequencer) RawMidi */
|
/** Virtual (sequencer) RawMidi */
|
||||||
SND_RAWMIDI_TYPE_VIRT
|
SND_RAWMIDI_TYPE_VIRTUAL
|
||||||
} snd_rawmidi_type_t;
|
} snd_rawmidi_type_t;
|
||||||
|
|
||||||
int snd_rawmidi_open(snd_rawmidi_t **in_rmidi, snd_rawmidi_t **out_rmidi,
|
int snd_rawmidi_open(snd_rawmidi_t **in_rmidi, snd_rawmidi_t **out_rmidi,
|
||||||
|
|
|
||||||
|
|
@ -437,13 +437,13 @@ rawmidi.default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
rawmidi.virt {
|
rawmidi.virtual {
|
||||||
@args [ MERGE ]
|
@args [ MERGE ]
|
||||||
@args.MERGE {
|
@args.MERGE {
|
||||||
type string
|
type string
|
||||||
default 1
|
default 1
|
||||||
}
|
}
|
||||||
type virt
|
type virtual
|
||||||
merge $MERGE
|
merge $MERGE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue