snd_rawmidi_new — create a rawmidi instance
int snd_rawmidi_new ( | struct snd_card * card, |
char * id, | |
int device, | |
int output_count, | |
int input_count, | |
struct snd_rawmidi ** rrawmidi) ; |
card
the card instance
id
the id string
device
the device index
output_count
the number of output streams
input_count
the number of input streams
rrawmidi
the pointer to store the new rawmidi instance