Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MacOS: Jamulus does not always select the previous sound card #680

Closed
kwindrem opened this issue Oct 17, 2020 · 2 comments
Closed

MacOS: Jamulus does not always select the previous sound card #680

kwindrem opened this issue Oct 17, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@kwindrem
Copy link

When Jamulus starts, it often chooses the "sound card" Device and channels from last time. However, this does not always happen.

What appears to be what's happening is the .ini file only contains a number for the last input/output soundcard combination. That number is based on the list of devices that was built when Jamulus starts up. When Jamulus starts up next time, that same index is used on the NOW current list which could be different. If it is different, a different device is selected

Jamulus needs to store the names of the input sound card and output sound card rather than the index into the current device list. It can then search the device list for the name and select that device.

Also, the device list is only built when Jamulus launches. If a device is added to the list, it won't be seen until Jamulus is shut down and restarted. The ideal solution would be to build the device list each time the device list drops down. If this takes too much time, building the device list when the Settings dialog opens should be sufficient.

I'm also posting a separate issue to separate the device list into separate Input Device and Output Device lists to make setup easier. Search for Separate sound card input and output selection here.

@corrados
Copy link
Contributor

This is related: #181

@corrados corrados added the bug Something isn't working label Oct 23, 2020
@corrados corrados changed the title Jamulus does not always select the previous sound card MacOS: Jamulus does not always select the previous sound card Nov 17, 2020
@corrados
Copy link
Contributor

I have created a Mac beta version of Jamulus here: #727 (comment)

It would be good if you could test that version if your problem is solved now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants