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

Tweak the stereo patching #88

Open
madwort opened this issue Dec 13, 2020 · 2 comments
Open

Tweak the stereo patching #88

madwort opened this issue Dec 13, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@madwort
Copy link
Collaborator

madwort commented Dec 13, 2020

Thinking about the sloth racket session, and wanting to put the bass&drums central in the mix.
What if in

jacktrip_clients = get_current_clients(jackClient, dry_run)
autopatch(jackClient, dry_run, jacktrip_clients)
we added a fixup so that the bass & drums client ip addresses are always in the middle of the list? Might not be too difficult to do... I know I said it wasn't worth doing something like this, but maybe it's tempting..... What do you think @sandreae ?

@madwort madwort self-assigned this Dec 13, 2020
@madwort madwort added the enhancement New feature or request label Dec 13, 2020
@madwort
Copy link
Collaborator Author

madwort commented Dec 13, 2020

so get_current_clients returns a list like

sax
sax
guitar
bass
drums

we split into two lists

sax
sax
guitar

and

bass
drums

and then recombine then like

sax
sax
bass
drums
guitar

@madwort
Copy link
Collaborator Author

madwort commented Dec 13, 2020

wouldn't be guaranteed completely central, but would on average be better?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant