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

Fix faulty check in ServerOptions.asOptionsString #4251

Merged

Conversation

patrickdupuis
Copy link
Contributor

Purpose and Motivation

Fixes #4250

Some changes made in #4110 need to be reverted. We have two competing default in/out channel numbers. ServerOptions says 2, but in reality scsynth and supernova default to 8. We need to check ServerOptions.numOutpuBusChannel (and the equivalent for In) against 8, not 2.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Checklist

  • All previous tests are passing
  • Tests were updated or created to address changes in this PR, and tests are passing
  • Updated documentation, if necessary
  • This PR is ready for review

Remaining Work

@patrickdupuis patrickdupuis added bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. comp: scsynth comp: supernova comp: class library SC class library labels Jan 14, 2019
@patrickdupuis patrickdupuis added this to the 3.10.1 milestone Jan 14, 2019
@patrickdupuis patrickdupuis changed the title both servers have 8 default in/out channels Fix faulty check in ServerOptions.asOptionsString Jan 14, 2019
@patrickdupuis
Copy link
Contributor Author

Appveyor seems to have passed even though it appears as "Pending" here.

@mossheim mossheim merged commit 13a008c into supercollider:3.10 Jan 16, 2019
@patrickdupuis patrickdupuis deleted the topic/fix-server-numChannels branch January 16, 2019 03:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. comp: class library SC class library comp: scsynth comp: supernova
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants