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 ); | 
cardthe card instance
idthe id string
devicethe device index
output_countthe number of output streams
input_countthe number of input streams
rrawmidithe pointer to store the new rawmidi instance
   Creates a new rawmidi instance.
   Use snd_rawmidi_set_ops to set the operators to the new instance.