[alsa-devel] How to set a new name on rawmidi?
3 Jan
2016
3 Jan
'16
10:48 p.m.
Hi!
I opened a MIDI connection with...
snd_rawmidi_open(&read_handle, &write_handle, "virtual", 0);
But how do i set a useful name on it, that can be seen in other programs?
// Daniel
3 Jan
3 Jan
11:47 p.m.
Daniel Viksporre wrote:
I opened a MIDI connection with...
snd_rawmidi_open(&read_handle, &write_handle, "virtual", 0);
But how do i set a useful name on it, that can be seen in other programs?
You don't.
The RawMIDI API was designed for 'real' hardware devices, which already have a name.
To create a virtual MIDI port, you should use the sequencer API.
Regards, Clemens
3238
Age (days ago)
3238
Last active (days ago)
1 comments
2 participants
participants (2)
-
Clemens Ladisch
-
Daniel Viksporre