Closed theGreatWhiteShark closed 1 year ago
Thanks - I was hoping to apply the port visibility/connectability changes whether this was virtual or not, so I think I will do some further code changes, but I'm merging this to try it out. I guess ALSA does not allow you to change port visibility or other info after it is created as I tried to do. I wish ALSA had better documentation.
I wish ALSA had better documentation
Indeed. It's one of these widely used but purely documented Linux libraries
in both
alsa_in_open
andalsa_out_open
the calls tosnd_seq_port_info_set_name
took place after registering the port usingsnd_seq_create_port
. Moving them infront of it fixes port naming.