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