-
Notifications
You must be signed in to change notification settings - Fork 225
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
windows/sound.cpp: Rename CheckDeviceCapabilities() #1409
Comments
Maybe a stupid question, but what does "good first issue" mean? Does it mean, it's a good issue for a new developer? |
Yes, this was the intention. I think this issue requires little Jamulus-specific context but could be worked on by some developer who is new to the project. |
Any news here? @DominikSchaller @henkdegroot or @pgScorpio (sorry for the pings...) do you want to rename the function? |
No, just wait for the sound redesign.... It's already changed there. |
@hoffie and @pgScorpio is this issue still necessary? I'd like to start to contribute in the project and this is the only good first issue available. |
Thanks! I believe it's still relevant. Concerning contributing: make sure to read the CONTRIBUTING.md file. |
Hi @T-Roel, neither @hoffie nor @pgScorpio are currently active on the Jamulus project. I see this issue is a very old one. I've taken a quick look at it, and I don't think it is an important issue. And versions of the function are used in both Windows and Mac. I would be inclined to just close this issue as "Won't fix". But we're always glad to welcome new contributors. Are you currently a user of Jamulus? And do you use Discord? We have a few Jamulus channels on there where developers chat. |
@ann0see and @softins thank you very much for your feedback! Since it doesn't seem necessary to do this issue, could you recommend another good first one? @softins I'm starting using Jamulus in order to investigate some cognitive aspects in networked music performance as part of my PhD. I don't use Discord, but I intend to create a profile to chat with the community :) |
@T-Roel cool! I've been told the Discord is currently only open to established team members - my bad! But I've just found you on Facebook, and I will make contact with you on Messenger to chat a bit. |
Describe the bug
CheckDeviceCapabilities()
inwindows/sound.cpp
does more than what the name suggests: It has side effects such as updating instance variables such aslNumInChan
.Expected behavior
Have a name which makes it clear that updates happen.
Version of Jamulus
d5d4691
cc @ann0see @pljones
The text was updated successfully, but these errors were encountered: