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

class library: subBus uses same server as receiver #5887

Merged
merged 1 commit into from
Oct 17, 2022

Conversation

telephon
Copy link
Member

When returning a subBus, the bus should use the same server as the receiver.

Purpose and Motivation

This fixes #5886. Thanks to @catniptwinz.

Types of changes

  • Bug fix

To-do list

  • Code is tested
  • All tests are passing
  • This PR is ready for review

When returning a subBus, the bus should use the same server as the receiver. This fixes supercollider#5886. Thanks to @catniptwinz.
@dyfer dyfer added the comp: class library SC class library label Oct 17, 2022
@dyfer dyfer merged commit 4795fbd into supercollider:develop Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp: class library SC class library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bus.subBus always returns a Bus on Server.default regardless of which server the original Bus is on
2 participants